aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-04-25 10:26:08 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-25 10:26:08 +0000
commit28773ae8a744487341d88015ba3d82436c74cc07 (patch)
treecd5686e507fba3cdf19b4e5b24e97afe7d651dc8 /conf
parent9e8e64d9713add649f254706e3da09ef4c235993 (diff)
downloadopenembedded-28773ae8a744487341d88015ba3d82436c74cc07.tar.gz
h2200.conf: fix to support newer mtdutils:
mkfs.jffs2: unrecognized option `--no-cleanmarkers'
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/h2200.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf
index 8af4d3577a..126a19569c 100644
--- a/conf/machine/h2200.conf
+++ b/conf/machine/h2200.conf
@@ -9,7 +9,7 @@ IPKG_ARCHS = "all arm armv4 armv4t armv5e armv5te ipaqpxa h2200"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
-EXTRA_IMAGECMD_jffs2_h2200 = "--pad --no-cleanmarkers --eraseblock=16384"
+EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x4000"
ROOT_FLASH_SIZE = "32"