diff options
-rw-r--r-- | conf/machine/collie.conf | 1 | ||||
-rw-r--r-- | conf/machine/corgi.conf | 2 | ||||
-rw-r--r-- | conf/machine/husky.conf | 2 | ||||
-rw-r--r-- | conf/machine/shepherd.conf | 2 | ||||
-rw-r--r-- | conf/machine/simpad.conf | 1 |
5 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf index 1730a5e507..51304b78d7 100644 --- a/conf/machine/collie.conf +++ b/conf/machine/collie.conf @@ -26,3 +26,4 @@ include conf/machine/tune-strongarm.conf SERIAL_CONSOLE = "115200 ttyS0" +ROOT_FLASH_SIZE = "16" diff --git a/conf/machine/corgi.conf b/conf/machine/corgi.conf index c5181e08f1..d9e6bb47da 100644 --- a/conf/machine/corgi.conf +++ b/conf/machine/corgi.conf @@ -3,3 +3,5 @@ #@DESCRIPTION: Machine configuration for the PXA250 based Sharp Zaurus SL-C700 device include conf/machine/zaurus-clamshell.conf + +ROOT_FLASH_SIZE = "32" diff --git a/conf/machine/husky.conf b/conf/machine/husky.conf index c15be2549b..35ab460efa 100644 --- a/conf/machine/husky.conf +++ b/conf/machine/husky.conf @@ -3,3 +3,5 @@ #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C760 and Sharp Zaurus SL-C860 devices include conf/machine/zaurus-clamshell.conf + +ROOT_FLASH_SIZE = "64" diff --git a/conf/machine/shepherd.conf b/conf/machine/shepherd.conf index 54e367aa20..e029a957e1 100644 --- a/conf/machine/shepherd.conf +++ b/conf/machine/shepherd.conf @@ -3,3 +3,5 @@ #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C750 device include conf/machine/zaurus-clamshell.conf + +ROOT_FLASH_SIZE = "32" diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index 10c108fbc7..37e5e3116d 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -22,6 +22,7 @@ SERIAL_CONSOLE = "ttySA0 115200 vt100" USE_DEVFS = "1" GUI_MACHINE_CLASS = "bigscreen" +ROOT_FLASH_SIZE = "24" USE_VT = "0" include conf/machine/handheld-common.conf |