boc01: fix erase block size for jffs2
authorJeremy Lainé <jeremy.laine@m4x.org>
Tue, 25 Nov 2008 15:17:11 +0000 (16:17 +0100)
committerJeremy Lainé <jeremy.laine@m4x.org>
Tue, 25 Nov 2008 15:17:11 +0000 (16:17 +0100)
conf/machine/boc01.conf

index c93439d..a7db1b1 100644 (file)
@@ -17,7 +17,7 @@ UBOOT_ENTRYPOINT = "0"
 UBOOT_LOADADDRESS = "0"
 
 #rootfs on NAND flash
-EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x4000 --no-cleanmarkers"
+EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 --no-cleanmarkers"
 
 #don't try to access tty1
 USE_VT = "0"