diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-06-04 16:30:27 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2011-06-04 16:30:27 +0000 |
commit | fb38eb01cae8b2ff3b3dd99544abadff242d8a46 (patch) | |
tree | 9c2f69b110f9e3bb91d48c66300c7b8112be25dd /src | |
parent | d1760c834ae89052aee737364c5e0411fcdda870 (diff) | |
download | coreboot-fb38eb01cae8b2ff3b3dd99544abadff242d8a46.tar.xz |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/advansus/a785e-i/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/emulation/qemu-x86/Kconfig | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/advansus/a785e-i/Kconfig b/src/mainboard/advansus/a785e-i/Kconfig index 61a1e42f0a..ab3104bdaa 100644 --- a/src/mainboard/advansus/a785e-i/Kconfig +++ b/src/mainboard/advansus/a785e-i/Kconfig @@ -105,8 +105,4 @@ config VGA_BIOS_ID string default "1002,9712" -config WARNINGS_ARE_ERRORS - bool - default y - endif #BOARD_ADVANSUS_A785E_I diff --git a/src/mainboard/emulation/qemu-x86/Kconfig b/src/mainboard/emulation/qemu-x86/Kconfig index 40d416ff0d..9625c0ad49 100644 --- a/src/mainboard/emulation/qemu-x86/Kconfig +++ b/src/mainboard/emulation/qemu-x86/Kconfig @@ -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 |