diff options
Diffstat (limited to 'conf/machine/collie.conf')
-rw-r--r-- | conf/machine/collie.conf | 3 |
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" |