summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-ppc.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-ppc.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-ppc.inc')
-rw-r--r--conf/machine/include/qoriq-ppc.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/include/qoriq-ppc.inc b/conf/machine/include/qoriq-ppc.inc
index c60da4a4..bd8d4d79 100644
--- a/conf/machine/include/qoriq-ppc.inc
+++ b/conf/machine/include/qoriq-ppc.inc
@@ -1,4 +1,4 @@
1require conf/machine/include/qoriq-base.inc 1# Provides the common settings for QorIQ PPC
2 2
3UBOOT_ENTRYPOINT = "0x80008000" 3UBOOT_ENTRYPOINT = "0x80008000"
4 4
@@ -8,4 +8,6 @@ UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512"
8SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" 8SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
9SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 9SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
10 10
11MACHINEOVERRIDES .= ":qoriq-ppc" 11MACHINEOVERRIDES =. "qoriq-ppc:"
12
13require conf/machine/include/qoriq-base.inc