WARNINGS_ARE_ERRORS is y per default, don't set it twice.

Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6637 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2011-06-04 16:30:27 +00:00 committed by Stefan Reinauer
parent d1760c834a
commit fb38eb01ca
2 changed files with 0 additions and 5 deletions

View File

@ -105,8 +105,4 @@ config VGA_BIOS_ID
string
default "1002,9712"
config WARNINGS_ARE_ERRORS
bool
default y
endif #BOARD_ADVANSUS_A785E_I

View File

@ -8,7 +8,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select HAVE_OPTION_TABLE
select HAVE_PIRQ_TABLE
select BOARD_ROMSIZE_KB_256
select WARNINGS_ARE_ERRORS
select TINY_BOOTBLOCK
config MAINBOARD_DIR