]> code.ossystems Code Review - openembedded-core.git/commitdiff
nokia770: We don't need to add the cleanmarkers on NAND.
authorSamuel Ortiz <sameo@openedhand.com>
Tue, 14 Aug 2007 10:06:03 +0000 (10:06 +0000)
committerSamuel Ortiz <sameo@openedhand.com>
Tue, 14 Aug 2007 10:06:03 +0000 (10:06 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2490 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/machine/nokia770.conf

index d1e52ae5b0cc4606b00182bd4515224bf882ba7c..90a13871fcd4911a36a4df1432d35cc0d702bd1c 100644 (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"