diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-12-24 19:02:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-24 19:02:06 +0000 |
commit | 72e09dc3757283be06a4db309105e49d5d95ed4d (patch) | |
tree | c45a851b850d470cd3150c8dd6666e81c9cc032f /conf/machine/poodle.conf | |
parent | 885b4686821b918be57c8026e76ab33a7289184f (diff) |
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/poodle.conf')
-rw-r--r-- | conf/machine/poodle.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/poodle.conf b/conf/machine/poodle.conf index e0cc83e6aa..8b33912835 100644 --- a/conf/machine/poodle.conf +++ b/conf/machine/poodle.conf @@ -16,8 +16,7 @@ BOOTSTRAP_EXTRA_DEPENDS += "zaurus-updater" include conf/machine/handheld-common.conf -# yes, it has 64MB... -ROOT_FLASH_SIZE = "32" +ROOT_FLASH_SIZE = "22" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. include conf/machine/tune-xscale.conf |