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

View File

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