mainstone.conf: Fix padding of image for current flash layout.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 10 Mar 2008 13:46:41 +0000 (13:46 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 10 Mar 2008 13:46:41 +0000 (13:46 +0000)
conf/machine/mainstone.conf

index 3bed8c0..68dcfb0 100644 (file)
@@ -14,8 +14,7 @@ require conf/machine/include/tune-xscale.inc
 # used by sysvinit_2
 SERIAL_CONSOLE = "115200 ttyS0"
 
-# used by opie-collections.inc
 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"
+EXTRA_IMAGECMD_jffs2 = "--little-endian -e 0x40000 --pad=0x02000000"