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/mainboard/emulation/qemu-x86 | |
parent | d1760c834ae89052aee737364c5e0411fcdda870 (diff) |
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/mainboard/emulation/qemu-x86')
-rw-r--r-- | src/mainboard/emulation/qemu-x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |