From 8788edcb649ef537a6c0972f302a1d00faefbee7 Mon Sep 17 00:00:00 2001 From: Alban Bedel Date: Thu, 15 Aug 2019 11:28:57 +0200 Subject: optee: Add optee as a machine feature to all supported boards Currently we assume that all qoriq arm64 boards support optee, however that might not be the case for boards added by other layers building on top of meta-freescale. To better support this case add a machine feature to indicate if a given machine has optee support. Add the new optee feature to all qoriq arm64 except ls2080ardb as it doesn't seems to be supported by optee. Signed-off-by: Alban Bedel --- conf/machine/ls1088ardb-pb.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine/ls1088ardb-pb.conf') diff --git a/conf/machine/ls1088ardb-pb.conf b/conf/machine/ls1088ardb-pb.conf index 11fdf0db..2e456f1b 100644 --- a/conf/machine/ls1088ardb-pb.conf +++ b/conf/machine/ls1088ardb-pb.conf @@ -9,6 +9,8 @@ require conf/machine/include/arm/arch-arm64.inc MACHINEOVERRIDES =. "fsl-lsch3:ls1088a:" +MACHINE_FEATURES += "optee" + KERNEL_CLASSES = " kernel-fitimage " KERNEL_IMAGETYPES = "fitImage" -- cgit v1.2.3-54-g00ecf