Fix abuild for ASUS MEW-AM.
authorUwe Hermann <uwe@hermann-uwe.de>
Sun, 25 Nov 2007 00:13:51 +0000 (00:13 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 25 Nov 2007 00:13:51 +0000 (00:13 +0000)
You cannot set 'default ROM_SIZE = 0' in Options.lb (and override it in
targets/*/Config.lb). While it'll work for manual builds, abuild doesn't
cope with that very well. So set a valid value in Options.lb, too.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2981 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/asus/mew-am/Options.lb

index 35536bf539ab93d63f3b6dcffa127fc9d11571d4..bc40674532191da075c9a9c780bf39d5bccba2a8 100644 (file)
@@ -65,7 +65,7 @@ uses MAINBOARD_PART_NUMBER
 uses CONFIG_CONSOLE_VGA
 uses CONFIG_PCI_ROM_RUN
 
-default ROM_SIZE = 0                   # Override this in targets/*/Config.lb.
+default ROM_SIZE = 512 * 1024          # Override this in targets/*/Config.lb.
 default HAVE_FALLBACK_BOOT = 1
 default HAVE_MP_TABLE = 0
 default HAVE_HARD_RESET = 0