aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-04-08 13:34:52 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2010-04-08 15:55:21 +0200
commitbe0e5268d207e539c42b00cfac0054ee29064f51 (patch)
tree3bfaa23b404bca2939ad5c07367a5b58014bfeac /conf
parent6360c49be656de4a169f69711292b1ea8970e265 (diff)
downloadopenembedded-be0e5268d207e539c42b00cfac0054ee29064f51.tar.gz
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.conf2
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"