diff mbox series

[meta-rockchip,v2,14/16] machine: rk3568: mark all machines as to be using the closed TPL

Message ID 20240515-rk3588-family-v2-14-f81897a3ac50@cherry.de
State New
Headers show
Series various reworks around u-boot and rkbin + fixes for MACHINEOVERRIDES | expand

Commit Message

Quentin Schulz May 15, 2024, 4:03 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

This will be useful once we migrate the U-Boot recipe to use this new
override.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 conf/machine/include/rk3568.inc | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/conf/machine/include/rk3568.inc b/conf/machine/include/rk3568.inc
index 92d9d6d..1da212a 100644
--- a/conf/machine/include/rk3568.inc
+++ b/conf/machine/include/rk3568.inc
@@ -2,6 +2,8 @@  SOC_FAMILY = "rk3568"
 
 DEFAULTTUNE ?= "cortexa55"
 
+ROCKCHIP_CLOSED_TPL ?= "1"
+
 require conf/machine/include/soc-family.inc
 require conf/machine/include/rockchip-defaults.inc
 require conf/machine/include/arm/armv8-2a/tune-cortexa55.inc