From b49aeb46dbc496b7fafe6cf526faa05b490d2dca Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Fri, 31 May 2024 11:25:21 +0200 Subject: [PATCH] machine: rk3568: mark all machines as to be using the closed TPL This will be useful once we migrate the U-Boot recipe to use this new override. Signed-off-by: Quentin Schulz --- conf/machine/include/rk3568.inc | 2 ++ 1 file changed, 2 insertions(+) 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