diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-07-16 00:31:23 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:32:36 -0300 |
commit | 6d586e3cba666c74a87f528d7ea7f18d0e82c3e7 (patch) | |
tree | 39641f8285c9433463bbda3359ba763ff0b341ae /conf/machine/include/qoriq-arm.inc | |
parent | 0d7fab7da6307fd7397e4d8ac73dbf6396a537ea (diff) | |
download | meta-freescale-6d586e3cba666c74a87f528d7ea7f18d0e82c3e7.tar.gz |
qoriq-arm/qoriq-ppc: adjust MACHINEOVERRIDES
Adjust the order of qoriq/qoriq-arm/qoriq-ppc.
Old: e500mc:qoriq:p4080ds:qoriq-ppc
New: qoriq:qoriq-ppc:e500mc:p4080ds
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/qoriq-arm.inc')
-rw-r--r-- | conf/machine/include/qoriq-arm.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/include/qoriq-arm.inc b/conf/machine/include/qoriq-arm.inc index e6cf675b..d61db71b 100644 --- a/conf/machine/include/qoriq-arm.inc +++ b/conf/machine/include/qoriq-arm.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | require conf/machine/include/qoriq-base.inc | 1 | # Provides the common settings for QorIQ ARM |
2 | 2 | ||
3 | MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600" | 3 | MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600" |
4 | UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512" | 4 | UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512" |
@@ -6,4 +6,6 @@ UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512" | |||
6 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" | 6 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" |
7 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 7 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
8 | 8 | ||
9 | MACHINEOVERRIDES .= ":qoriq-arm" | 9 | MACHINEOVERRIDES =. "qoriq-arm:" |
10 | |||
11 | require conf/machine/include/qoriq-base.inc | ||