diff options
| author | Samuel Ortiz <sameo@openedhand.com> | 2007-08-14 10:06:03 +0000 |
|---|---|---|
| committer | Samuel Ortiz <sameo@openedhand.com> | 2007-08-14 10:06:03 +0000 |
| commit | c87c693c1097128e1928939cb83982bda378f880 (patch) | |
| tree | 7e011036bfa4615c9ccd6857824b10cef1dbf130 /meta/conf | |
| parent | b92c0c0c5e9815858e16a9278d7fd802ae1d33a4 (diff) | |
| download | poky-c87c693c1097128e1928939cb83982bda378f880.tar.gz | |
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
Diffstat (limited to 'meta/conf')
| -rw-r--r-- | meta/conf/machine/nokia770.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/nokia770.conf b/meta/conf/machine/nokia770.conf index d1e52ae5b0..90a13871fc 100644 --- a/meta/conf/machine/nokia770.conf +++ b/meta/conf/machine/nokia770.conf | |||
| @@ -17,7 +17,7 @@ include conf/machine/include/tune-arm926ejs.inc | |||
| 17 | 17 | ||
| 18 | #size of the root partition (yes, it is 123 MB) | 18 | #size of the root partition (yes, it is 123 MB) |
| 19 | ROOT_FLASH_SIZE = "123" | 19 | ROOT_FLASH_SIZE = "123" |
| 20 | EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000" | 20 | EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000 -n" |
| 21 | 21 | ||
| 22 | IMAGE_FSTYPES ?= "jffs2" | 22 | IMAGE_FSTYPES ?= "jffs2" |
| 23 | 23 | ||
