imote2.conf: Change flash size to 30 Mbyte
authorStefan Schmidt <stefan@datenfreihafen.org>
Thu, 8 Apr 2010 11:34:52 +0000 (13:34 +0200)
committerStefan Schmidt <stefan@datenfreihafen.org>
Thu, 8 Apr 2010 13:55:21 +0000 (15:55 +0200)
We have a32 Mbyte flash chip but better leave some space for jffs2.

conf/machine/imote2.conf

index 33e5a65..24da0d0 100644 (file)
@@ -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"