aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/collie.conf
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-12-24 19:02:06 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-24 19:02:06 +0000
commit72e09dc3757283be06a4db309105e49d5d95ed4d (patch)
treec45a851b850d470cd3150c8dd6666e81c9cc032f /conf/machine/collie.conf
parent885b4686821b918be57c8026e76ab33a7289184f (diff)
downloadopenembedded-72e09dc3757283be06a4db309105e49d5d95ed4d.tar.gz
zaurus machine configurations: fix ROOT_FLASH_SIZE on all models and set 2.6 as default kernel for akita, borzoi, and spitz.
Diffstat (limited to 'conf/machine/collie.conf')
-rw-r--r--conf/machine/collie.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf
index 9384b0527b..4af42deb24 100644
--- a/conf/machine/collie.conf
+++ b/conf/machine/collie.conf
@@ -27,7 +27,8 @@ include conf/machine/tune-strongarm.conf
SERIAL_CONSOLE = "115200 ttyS0"
-ROOT_FLASH_SIZE = "16"
+ROOT_FLASH_SIZE = "14"
+# actually 14680064, see EXTRA_IMAGECMD above
# Later versions are broken on kernel 2.4
PREFERRED_VERSION_orinoco-modules = "0.13e"