summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-01-13 23:04:32 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-01-14 10:54:35 +0800
commitb411fc8fba1debf1d4f7f628dd9fc15eff13cc13 (patch)
tree136ba3e40e6527e1efa99fe1519a848daf4a1ac9
parent66caa4ab876648016d63cb2ace3f0291e5addfe7 (diff)
downloadmeta-fsl-ppc-b411fc8fba1debf1d4f7f628dd9fc15eff13cc13.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--conf/machine/include/qoriq-base.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc
index aae476d..35ca79c 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -24,6 +24,3 @@ SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
24 24
25USE_VT = "0" 25USE_VT = "0"
26 26
27MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600"
28UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512"
29