aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2013-10-15 23:28:04 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-10-15 23:49:26 +0100
commitcbdb7dc91e6228439356a295e2f9b75a575e0b5e (patch)
treea62085576605dc7bbeb055fb1f1be3dcd432e374
parentfef7626ef7c8193d920d83bf0254efab59239c93 (diff)
downloadmeta-handheld-cbdb7dc91e6228439356a295e2f9b75a575e0b5e.tar.gz
motorola-ezx-base.inc: remove -n from EXTRA_IMAGECMD_jffs2
because it is already in IMAGE_CMD_jffs2 as default in image_types.bbclass Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--conf/machine/include/motorola-ezx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc
index d6bb42d..0bb9a5b 100644
--- a/conf/machine/include/motorola-ezx-base.inc
+++ b/conf/machine/include/motorola-ezx-base.inc
@@ -24,7 +24,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "openezx-kernel"
IMAGE_FSTYPES ?= "jffs2"
JFFS2_ERASEBLOCK = "0x20000"
-EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=${JFFS2_ERASEBLOCK} -n"
+EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=${JFFS2_ERASEBLOCK}"
# In order to enable UIBIFS add "uibi and ubifs"
#IMAGE_FSTYPES += "ubi ubifs"