summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-16 00:31:24 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 11:32:36 -0300
commitb76572cbc4b106212b46af78a246cd3826302128 (patch)
treed6b9f88a2b0bd2f5ce6daa5252c8d719d7d4e86e /conf
parent6d586e3cba666c74a87f528d7ea7f18d0e82c3e7 (diff)
downloadmeta-freescale-b76572cbc4b106212b46af78a246cd3826302128.tar.gz
qoriq-arm/qoriq-ppc: rm MKUBIFS_ARGS/UBINIZE_ARGS setting
The value for two variables is specific to each board. They should be added in machine configure file after being verified on each board. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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