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:24 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 11:32:36 -0300
commitb76572cbc4b106212b46af78a246cd3826302128 (patch)
treed6b9f88a2b0bd2f5ce6daa5252c8d719d7d4e86e /conf/machine/include/qoriq-arm.inc
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/machine/include/qoriq-arm.inc')
-rw-r--r--conf/machine/include/qoriq-arm.inc3
1 files changed, 0 insertions, 3 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