From be0e5268d207e539c42b00cfac0054ee29064f51 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 8 Apr 2010 13:34:52 +0200 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') 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" -- cgit 1.2.3-korg