Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
authorMichael Lauer <mickey@vanille-media.de>
Tue, 21 Dec 2004 13:28:57 +0000 (13:28 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 21 Dec 2004 13:28:57 +0000 (13:28 +0000)
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

conf/machine/collie.conf
conf/machine/corgi.conf
conf/machine/husky.conf
conf/machine/shepherd.conf
conf/machine/simpad.conf

index 1730a5e..51304b7 100644 (file)
@@ -26,3 +26,4 @@ include conf/machine/tune-strongarm.conf
 
 SERIAL_CONSOLE = "115200 ttyS0"
 
+ROOT_FLASH_SIZE = "16"
index c5181e0..d9e6bb4 100644 (file)
@@ -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"
index c15be25..35ab460 100644 (file)
@@ -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"
index 54e367a..e029a95 100644 (file)
@@ -3,3 +3,5 @@
 #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C750 device
 
 include conf/machine/zaurus-clamshell.conf
+
+ROOT_FLASH_SIZE = "32"
index 10c108f..37e5e31 100644 (file)
@@ -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