From: Stefan Schmidt Date: Thu, 8 Apr 2010 11:34:52 +0000 (+0200) Subject: imote2.conf: Change flash size to 30 Mbyte X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be0e5268d207e539c42b00cfac0054ee29064f51;p=openembedded.git imote2.conf: Change flash size to 30 Mbyte We have a32 Mbyte flash chip but better leave some space for jffs2. --- 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"