diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-07-16 00:31:24 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:32:36 -0300 |
commit | b76572cbc4b106212b46af78a246cd3826302128 (patch) | |
tree | d6b9f88a2b0bd2f5ce6daa5252c8d719d7d4e86e /conf | |
parent | 6d586e3cba666c74a87f528d7ea7f18d0e82c3e7 (diff) | |
download | meta-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.inc | 3 | ||||
-rw-r--r-- | conf/machine/include/qoriq-ppc.inc | 3 |
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 | ||
3 | MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600" | ||
4 | UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512" | ||
5 | |||
6 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" | 3 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" |
7 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 4 | SERIAL_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 | ||
3 | UBOOT_ENTRYPOINT = "0x80008000" | 3 | UBOOT_ENTRYPOINT = "0x80008000" |
4 | 4 | ||
5 | MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600" | ||
6 | UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512" | ||
7 | |||
8 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 5 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
9 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 6 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
10 | 7 | ||