From d10a307366ae97013c3f3db4dac81e027c97b37a Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Fri, 31 May 2024 11:25:22 +0200 Subject: [PATCH] machine: rk3588/rk3588s: 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/rk3588s.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/include/rk3588s.inc b/conf/machine/include/rk3588s.inc index 6e01ede..cd84461 100644 --- a/conf/machine/include/rk3588s.inc +++ b/conf/machine/include/rk3588s.inc @@ -2,6 +2,8 @@ SOC_FAMILY ?= "rk3588s" MACHINEOVERRIDES =. "rk3588s:" DEFAULTTUNE ?= "cortexa76-cortexa55-crypto" +ROCKCHIP_CLOSED_TPL ?= "1" + require conf/machine/include/rockchip-defaults.inc require conf/machine/include/arm/armv8-2a/tune-cortexa76-cortexa55.inc require conf/machine/include/rockchip-wic.inc