diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-25 13:19:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-25 13:19:38 +0000 |
commit | fadff16056d7b58673fa119d896fd0625b62d8c3 (patch) | |
tree | b60c5f045f9d5e7d511d139d34592b451efc0f8d /conf/machine/nokia770.conf | |
parent | 2e9ec3d5cdfbd7223cab5fe15277a17139775aca (diff) |
nokia770.conf: make it work with a newer mtd utils
Diffstat (limited to 'conf/machine/nokia770.conf')
-rw-r--r-- | conf/machine/nokia770.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/nokia770.conf b/conf/machine/nokia770.conf index bc15823f26..a798246d00 100644 --- a/conf/machine/nokia770.conf +++ b/conf/machine/nokia770.conf @@ -18,7 +18,7 @@ include conf/machine/include/tune-arm926ejs.conf #size of the root partition (yes, it is 123 MB) ROOT_FLASH_SIZE = "123" -EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000 --no-cleanmarkers" +EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000" # serial console port on devboard rev. B3 #SERIAL_CONSOLE = "115200 tts/0" |