diff options
author | Bernhard Guillon <Bernhard.Guillon@opensimpad.org> | 2008-03-03 16:17:04 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-03 16:17:04 +0000 |
commit | bc8cd4658c091b17e7f9ca814a3f495741aa4f99 (patch) | |
tree | 351371b6807f5df805b8d120cc464e7c3c851e0b /conf/machine | |
parent | 6513124634a62902dd2e66029dbaf04a4cf14fe6 (diff) |
simpad: add 2.6.24 and fix jffs2 params
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/simpad.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index 6334d34171..b98981c106 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -13,7 +13,7 @@ require conf/machine/include/tune-strongarm.inc ROOT_FLASH_SIZE = "16" -EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n" +EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000" GUI_MACHINE_CLASS = "bigscreen" SERIAL_CONSOLE = "ttySA0 115200 vt100" |