mainstone.conf: Add jffs2 magic and adjust image size to the default 16MB partition.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 19 Dec 2007 16:08:16 +0000 (16:08 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 19 Dec 2007 16:08:16 +0000 (16:08 +0000)
conf/machine/mainstone.conf

index a6681a9..af3e5a5 100644 (file)
@@ -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"