1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

nokia770: We don't need to add the cleanmarkers on NAND.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2490 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Samuel Ortiz
2007-08-14 10:06:03 +00:00
parent b92c0c0c5e
commit c87c693c10
+1 -1
View File
@@ -17,7 +17,7 @@ include conf/machine/include/tune-arm926ejs.inc
#size of the root partition (yes, it is 123 MB)
ROOT_FLASH_SIZE = "123"
EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000"
EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000 -n"
IMAGE_FSTYPES ?= "jffs2"