summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/qoriq-arm.inc3
-rw-r--r--conf/machine/include/qoriq-ppc.inc3
2 files changed, 0 insertions, 6 deletions
diff --git a/conf/machine/include/qoriq-arm.inc b/conf/machine/include/qoriq-arm.inc
index d61db71b..cc314925 100644
--- a/conf/machine/include/qoriq-arm.inc
+++ b/conf/machine/include/qoriq-arm.inc
@@ -1,8 +1,5 @@
1# Provides the common settings for QorIQ ARM 1# Provides the common settings for QorIQ ARM
2 2
3MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600"
4UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512"
5
6SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" 3SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0"
7SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 4SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
8 5
diff --git a/conf/machine/include/qoriq-ppc.inc b/conf/machine/include/qoriq-ppc.inc
index bd8d4d79..ed818864 100644
--- a/conf/machine/include/qoriq-ppc.inc
+++ b/conf/machine/include/qoriq-ppc.inc
@@ -2,9 +2,6 @@
2 2
3UBOOT_ENTRYPOINT = "0x80008000" 3UBOOT_ENTRYPOINT = "0x80008000"
4 4
5MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600"
6UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512"
7
8SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" 5SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
9SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 6SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
10 7