More boards in kconfig, and moved -O2 flag for romcc into

ROMCCFLAGS, so boards can override it where necessary.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4730 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi 2009-10-07 14:13:36 +00:00
commit fdfaada706
33 changed files with 872 additions and 26 deletions

View file

@ -1,4 +1,4 @@
ROMCCFLAGS := -mcpu=p4
ROMCCFLAGS := -mcpu=p4 -O2
obj-$(CONFIG_HAVE_ACPI_TABLES) += acpi_tables.o
include $(src)/mainboard/Makefile.romccboard.inc