From 6c765463319fe610aae40cf1e0d8a045ec2f5f43 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Fri, 31 May 2024 11:25:20 +0200 Subject: [PATCH] machine: rk3308: 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/rk3308.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/include/rk3308.inc b/conf/machine/include/rk3308.inc index 94ce8e1..5abdd06 100644 --- a/conf/machine/include/rk3308.inc +++ b/conf/machine/include/rk3308.inc @@ -2,6 +2,8 @@ SOC_FAMILY = "rk3308" DEFAULTTUNE ?= "cortexa35-crypto" +ROCKCHIP_CLOSED_TPL ?= "1" + require conf/machine/include/soc-family.inc require conf/machine/include/rockchip-defaults.inc require conf/machine/include/arm/armv8a/tune-cortexa35.inc