]> code.ossystems Code Review - meta-freescale.git/commitdiff
qoriq-arm/qoriq-ppc: rm MKUBIFS_ARGS/UBINIZE_ARGS setting
authorTing Liu <ting.liu@nxp.com>
Fri, 15 Jul 2016 16:31:24 +0000 (00:31 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 22 Jul 2016 14:32:36 +0000 (11:32 -0300)
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>
conf/machine/include/qoriq-arm.inc
conf/machine/include/qoriq-ppc.inc

index d61db71b5951963a76e7c0fabdef6b2a2d3b12d4..cc314925c2acac2052998e15c3fb5fc609df727f 100644 (file)
@@ -1,8 +1,5 @@
 # Provides the common settings for QorIQ ARM
 
-MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600"
-UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512"
-
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0"
 SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
 
index bd8d4d7941a5e79e2d9141c8b19d0691bb3debc1..ed81886480f73ec8494bf31e2e569f8c9091af63 100644 (file)
@@ -2,9 +2,6 @@
 
 UBOOT_ENTRYPOINT = "0x80008000"
 
-MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600"
-UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512"
-
 SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
 SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"