diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-05-13 17:20:15 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-05-13 17:20:15 +0200 |
commit | 45c80d10adb63c026f517dd0196e7983007946a3 (patch) | |
tree | ad0242e9b2a77ae17785ee7edc2db9828c53c4a6 /conf | |
parent | 448b9103e494765fe589283d399c90e9b6e9cd84 (diff) |
topas910.conf: Advertize the small NOR flash since everything needs to fit in there for now.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/topas910.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/topas910.conf b/conf/machine/topas910.conf index 054efaa84d..c36dc3bc83 100644 --- a/conf/machine/topas910.conf +++ b/conf/machine/topas910.conf @@ -26,7 +26,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\ SERIAL_CONSOLE = "115200 ttyS0" # used by some images -ROOT_FLASH_SIZE = "256" +ROOT_FLASH_SIZE = "16" # extra jffs2 tweaks IMAGE_FSTYPES ?= "jffs2" |