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 <quentin.schulz@cherry.de>
This commit is contained in:
Quentin Schulz 2024-05-31 11:25:22 +02:00 committed by Trevor Woerner
parent b49aeb46db
commit 4e65ccbecd

View File

@ -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