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

View File

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