summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1088ardb.conf
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2022-04-25 11:35:11 +0800
committerJun Zhu <junzhu@nxp.com>2022-04-25 00:44:23 -0500
commit369ca1c4b2ca9ab6460f0d5551b247b153f444b3 (patch)
tree3e023031c66e1ed043710e2d1ba71f3ede30194d /conf/machine/ls1088ardb.conf
parente904064f046612ebd1834d5b2dcdd757c680503b (diff)
downloadmeta-freescale-369ca1c4b2ca9ab6460f0d5551b247b153f444b3.tar.gz
ls1028ardb/ls1088ardb/ls1088ardb-pb: Correct MACHINEOVERRIDES
Current setting cannot set the right overrider order as expected. For example: MACHINEOVERRIDES="fsl-lsch3:ls1088a:aarch64:use-nxp-bsp:qoriq:qoriq-arm64:ls1088ardb-pb" Update them to align with other Layerscape machines. Signed-off-by: Jun Zhu <junzhu@nxp.com>
Diffstat (limited to 'conf/machine/ls1088ardb.conf')
-rw-r--r--conf/machine/ls1088ardb.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/ls1088ardb.conf b/conf/machine/ls1088ardb.conf
index e433b7fc..1b7a4f3c 100644
--- a/conf/machine/ls1088ardb.conf
+++ b/conf/machine/ls1088ardb.conf
@@ -4,11 +4,11 @@
4#@DESCRIPTION: Machine configuration for running LS1088ARDB in 64-bit mode 4#@DESCRIPTION: Machine configuration for running LS1088ARDB in 64-bit mode
5#@MAINTAINER: Zongchun Yu <Zongchun.Yu@nxp.com> 5#@MAINTAINER: Zongchun Yu <Zongchun.Yu@nxp.com>
6 6
7MACHINEOVERRIDES =. "fsl-lsch3:ls1088a:"
8
7require conf/machine/include/qoriq-arm64.inc 9require conf/machine/include/qoriq-arm64.inc
8require conf/machine/include/arm/arch-arm64.inc 10require conf/machine/include/arm/arch-arm64.inc
9 11
10MACHINEOVERRIDES =. "fsl-lsch3:ls1088a:"
11
12MACHINE_FEATURES += "optee" 12MACHINE_FEATURES += "optee"
13 13
14KERNEL_CLASSES = " kernel-fitimage " 14KERNEL_CLASSES = " kernel-fitimage "