Fix abuild for ASUS MEW-AM.
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
This commit is contained in:
parent
cc454483b4
commit
13f7a00200
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue