From: Michael Lauer Date: Tue, 21 Dec 2004 13:28:57 +0000 (+0000) Subject: Merge bk://oe-devel@oe-devel.bkbits.net/openembedded X-Git-Tag: Release-2010-05/1~15631 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=606ef42074dbb140a5806cb36182c939be760af0;p=openembedded.git 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 --- 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