From: Koen Kooi Date: Mon, 24 Oct 2005 18:17:21 +0000 (+0000) Subject: h2200.conf: change jffs2 pagesize to 4k to have more space in flashi X-Git-Tag: Release-2010-05/1~9453^2~3208 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e6513dbe3d37dbe3a6860d2770b906e42ffdb37;p=openembedded.git h2200.conf: change jffs2 pagesize to 4k to have more space in flashi --- diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index 5f5b0ce7b9..973364ebf7 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 = "--pad --no-cleanmarkers --pagesize=512 --eraseblock=16384" +EXTRA_IMAGECMD_jffs2 = "--pad --no-cleanmarkers --pagesize=4096 --eraseblock=16384" ROOT_FLASH_SIZE = "32"