Author: stepan Date: Sat Jun 4 18:30:27 2011 New Revision: 6637 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6637
Log: WARNINGS_ARE_ERRORS is y per default, don't set it twice. Signed-off-by: Stefan Reinauer <[email protected]> Acked-by: Stefan Reinauer <[email protected]> Modified: trunk/src/mainboard/advansus/a785e-i/Kconfig trunk/src/mainboard/emulation/qemu-x86/Kconfig Modified: trunk/src/mainboard/advansus/a785e-i/Kconfig ============================================================================== --- trunk/src/mainboard/advansus/a785e-i/Kconfig Sat Jun 4 17:48:14 2011 (r6636) +++ trunk/src/mainboard/advansus/a785e-i/Kconfig Sat Jun 4 18:30:27 2011 (r6637) @@ -105,8 +105,4 @@ string default "1002,9712" -config WARNINGS_ARE_ERRORS - bool - default y - endif #BOARD_ADVANSUS_A785E_I Modified: trunk/src/mainboard/emulation/qemu-x86/Kconfig ============================================================================== --- trunk/src/mainboard/emulation/qemu-x86/Kconfig Sat Jun 4 17:48:14 2011 (r6636) +++ trunk/src/mainboard/emulation/qemu-x86/Kconfig Sat Jun 4 18:30:27 2011 (r6637) @@ -8,7 +8,6 @@ select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE select BOARD_ROMSIZE_KB_256 - select WARNINGS_ARE_ERRORS select TINY_BOOTBLOCK config MAINBOARD_DIR -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

