diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-03-10 13:46:41 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-03-10 13:46:41 +0000 |
commit | eb28e77b2310ed170d8173371f80c09a50c741b0 (patch) | |
tree | d4fa5b2cd2e3b41ec2a719e7e1739c2137575aaa /conf/machine/mainstone.conf | |
parent | f2b040fcd522d318121c6a407de095089b80f884 (diff) |
mainstone.conf: Fix padding of image for current flash layout.
Diffstat (limited to 'conf/machine/mainstone.conf')
-rw-r--r-- | conf/machine/mainstone.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/mainstone.conf b/conf/machine/mainstone.conf index 3bed8c010d..68dcfb069a 100644 --- a/conf/machine/mainstone.conf +++ b/conf/machine/mainstone.conf @@ -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" |