diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-04-08 13:34:52 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-04-08 15:55:21 +0200 |
commit | be0e5268d207e539c42b00cfac0054ee29064f51 (patch) | |
tree | 3bfaa23b404bca2939ad5c07367a5b58014bfeac /conf | |
parent | 6360c49be656de4a169f69711292b1ea8970e265 (diff) |
imote2.conf: Change flash size to 30 Mbyte
We have a32 Mbyte flash chip but better leave some space for jffs2.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/imote2.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imote2.conf b/conf/machine/imote2.conf index 33e5a65799..24da0d0678 100644 --- a/conf/machine/imote2.conf +++ b/conf/machine/imote2.conf @@ -17,6 +17,6 @@ SERIAL_CONSOLE = "115200 ttyS2" require conf/machine/include/tune-xscale.inc -ROOT_FLASH_SIZE ?= "32" +ROOT_FLASH_SIZE ?= "30" MACHINE_FEATURES = "kernel26 usbgadget alsa iwmmxt" |