[oe-commits] Stefan Schmidt : imote2.conf: Change flash size to 30 Mbyte

git version control git at git.openembedded.org
Thu Apr 8 15:29:05 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: be0e5268d207e539c42b00cfac0054ee29064f51
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=be0e5268d207e539c42b00cfac0054ee29064f51

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Thu Apr  8 13:34:52 2010 +0200

imote2.conf: Change flash size to 30 Mbyte

We have a32 Mbyte flash chip but better leave some space for jffs2.

---

 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 33e5a65..24da0d0 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"





More information about the Openembedded-commits mailing list