diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-01-13 23:04:32 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-01-14 10:54:35 +0800 |
commit | 481385cf3d0ff49ef162ad88a019bb9bf0066cad (patch) | |
tree | 556db9ff32ee686678424f958a45fafc6a824c7a | |
parent | be31dec2d48897b8c7a2ae60821f493a691acb5f (diff) | |
download | meta-freescale-481385cf3d0ff49ef162ad88a019bb9bf0066cad.tar.gz |
remove default setting for ubifs
this is not bsp related, remove it.
Signed-off-by: Ting Liu <ting.liu@freescale.com>
-rw-r--r-- | meta-fsl-ppc/conf/machine/include/qoriq-base.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-fsl-ppc/conf/machine/include/qoriq-base.inc b/meta-fsl-ppc/conf/machine/include/qoriq-base.inc index aae476d6..35ca79ce 100644 --- a/meta-fsl-ppc/conf/machine/include/qoriq-base.inc +++ b/meta-fsl-ppc/conf/machine/include/qoriq-base.inc | |||
@@ -24,6 +24,3 @@ SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | |||
24 | 24 | ||
25 | USE_VT = "0" | 25 | USE_VT = "0" |
26 | 26 | ||
27 | MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600" | ||
28 | UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512" | ||
29 | |||