summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-arm.inc
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-16 00:31:23 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 11:32:36 -0300
commit6d586e3cba666c74a87f528d7ea7f18d0e82c3e7 (patch)
tree39641f8285c9433463bbda3359ba763ff0b341ae /conf/machine/include/qoriq-arm.inc
parent0d7fab7da6307fd7397e4d8ac73dbf6396a537ea (diff)
downloadmeta-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.inc6
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 @@
1require conf/machine/include/qoriq-base.inc 1# Provides the common settings for QorIQ ARM
2 2
3MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600" 3MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600"
4UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512" 4UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512"
@@ -6,4 +6,6 @@ UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512"
6SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" 6SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0"
7SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 7SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
8 8
9MACHINEOVERRIDES .= ":qoriq-arm" 9MACHINEOVERRIDES =. "qoriq-arm:"
10
11require conf/machine/include/qoriq-base.inc