diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-25 10:26:08 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-25 10:26:08 +0000 |
commit | 28773ae8a744487341d88015ba3d82436c74cc07 (patch) | |
tree | cd5686e507fba3cdf19b4e5b24e97afe7d651dc8 /conf/machine/h2200.conf | |
parent | 9e8e64d9713add649f254706e3da09ef4c235993 (diff) |
h2200.conf: fix to support newer mtdutils:
mkfs.jffs2: unrecognized option `--no-cleanmarkers'
Diffstat (limited to 'conf/machine/h2200.conf')
-rw-r--r-- | conf/machine/h2200.conf | 2 |
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" |