aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-12-21 13:28:57 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-12-21 13:28:57 +0000
commit606ef42074dbb140a5806cb36182c939be760af0 (patch)
treec163ee6c0717f981773dd928ad6f908f7a1659ef
parent6026359f80733bd03ca7eab8e4b4ac9f796aaf1f (diff)
downloadopenembedded-606ef42074dbb140a5806cb36182c939be760af0.tar.gz
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/12/21 14:28:26+01:00 uni-frankfurt.de!mickeyl set ROOT_FLASH_SIZE in machine configurations BKrev: 41c82519SGXKkbbX7nJluYWxKg0TBA
-rw-r--r--conf/machine/collie.conf1
-rw-r--r--conf/machine/corgi.conf2
-rw-r--r--conf/machine/husky.conf2
-rw-r--r--conf/machine/shepherd.conf2
-rw-r--r--conf/machine/simpad.conf1
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