diff options
| author | Ting Liu <b28495@freescale.com> | 2014-07-11 02:36:44 -0500 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-07-15 14:13:20 +0800 |
| commit | c9bc713332212316f782bb9ae5cc20fdc0856751 (patch) | |
| tree | e029f7cb4c13d349bfa5defacb5872fff3bfc9e6 /conf/machine | |
| parent | 7822b8d1cc7ddf9e181f26f032795799c3911a16 (diff) | |
| download | meta-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.inc | 3 |
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 | ||
| 17 | USE_VT = "0" | 17 | USE_VT = "0" |
| 18 | 18 | ||
| 19 | MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600" | ||
| 20 | UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512" | ||
| 21 | |||
