diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-12-19 16:12:06 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-12-19 16:12:06 +0000 |
commit | ffa607e773edc24b09142452a7f3824d304c9599 (patch) | |
tree | 104d84c37a6992901a4ae970bb1bd528ba0c815e /conf | |
parent | 8673ba44db298d613cf3a1a1cabb403055857aef (diff) | |
parent | a49cc157ed127a93a800dc8c0971f364933f03a4 (diff) |
merge of '9c2f6fca7c62c837fc449c39821e20313450c4c3'
and 'd77c641ef66d10c52a010ef3dc1759f9f48016c4'
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" |