summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-11 02:36:44 -0500
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-15 14:13:20 +0800
commitc9bc713332212316f782bb9ae5cc20fdc0856751 (patch)
treee029f7cb4c13d349bfa5defacb5872fff3bfc9e6 /conf/machine
parent7822b8d1cc7ddf9e181f26f032795799c3911a16 (diff)
downloadmeta-fsl-ppc-c9bc713332212316f782bb9ae5cc20fdc0856751.tar.gz
add default setting for MKUBIFS_ARGS and UBINIZE_ARGS
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/qoriq-default-settings.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-default-settings.inc b/conf/machine/include/qoriq-default-settings.inc
index e5750ff..4c8b842 100644
--- a/conf/machine/include/qoriq-default-settings.inc
+++ b/conf/machine/include/qoriq-default-settings.inc
@@ -16,3 +16,6 @@ SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
16 16
17USE_VT = "0" 17USE_VT = "0"
18 18
19MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600"
20UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512"
21