diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-12-19 16:08:16 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-12-19 16:08:16 +0000 |
commit | a49cc157ed127a93a800dc8c0971f364933f03a4 (patch) | |
tree | efe7070cbe3e5580b896cd09083866071220b093 /conf | |
parent | a90c2217f2a2116aa272d66662824281503fd567 (diff) |
mainstone.conf: Add jffs2 magic and adjust image size to the default 16MB partition.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/mainstone.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/mainstone.conf b/conf/machine/mainstone.conf index a6681a9030..af3e5a5cc3 100644 --- a/conf/machine/mainstone.conf +++ b/conf/machine/mainstone.conf @@ -15,6 +15,7 @@ require conf/machine/include/tune-xscale.inc SERIAL_CONSOLE = "115200 ttyS0" # used by opie-collections.inc -ROOT_FLASH_SIZE = "32" +ROOT_FLASH_SIZE = "16" MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen keyboard alsa irda" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian -e 0x40000 --pad=0x01000000" |