summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1046ardb.conf
diff options
context:
space:
mode:
authorAlban Bedel <alban.bedel@aerq.com>2019-08-15 11:28:57 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2019-08-15 14:48:45 -0300
commit8788edcb649ef537a6c0972f302a1d00faefbee7 (patch)
treeaec17642ea5c91908bb451e2d2e889d7430a8524 /conf/machine/ls1046ardb.conf
parente5d9e48205cf3e40e6a627cb285b9da0094c66f1 (diff)
downloadmeta-freescale-8788edcb649ef537a6c0972f302a1d00faefbee7.tar.gz
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 <alban.bedel@aerq.com>
Diffstat (limited to 'conf/machine/ls1046ardb.conf')
-rw-r--r--conf/machine/ls1046ardb.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf
index 748b17d0..baf24c01 100644
--- a/conf/machine/ls1046ardb.conf
+++ b/conf/machine/ls1046ardb.conf
@@ -9,6 +9,8 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:"
9require conf/machine/include/qoriq-arm64.inc 9require conf/machine/include/qoriq-arm64.inc
10require conf/machine/include/arm/arch-arm64.inc 10require conf/machine/include/arm/arch-arm64.inc
11 11
12MACHINE_FEATURES += "optee"
13
12KERNEL_CLASSES = " kernel-fitimage " 14KERNEL_CLASSES = " kernel-fitimage "
13KERNEL_IMAGETYPES = "fitImage" 15KERNEL_IMAGETYPES = "fitImage"
14 16