From b5146b394a11642649d7645be97ad5c5f8e2892e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 29 Mar 2013 11:17:25 +0100 Subject: [PATCH] AMD Inagua: Kconfig: Remove `WARNINGS_ARE_ERRORS` to treat warnings as errors Now that the AMD Inagua builds without any warnigs, remove the config option `WARNINGS_ARE_ERRORS` set to no by default from the file `Kconfig` so warnings are treated as errors to prevent code from being added in the future introducing warnings. Change-Id: I0b58bd74b06dc54d180b16d6a207354b5fea0d0f Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/2953 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/amd/inagua/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mainboard/amd/inagua/Kconfig b/src/mainboard/amd/inagua/Kconfig index 64363705b4..c30347dd84 100644 --- a/src/mainboard/amd/inagua/Kconfig +++ b/src/mainboard/amd/inagua/Kconfig @@ -100,10 +100,6 @@ config DRIVERS_PS2_KEYBOARD bool default y -config WARNINGS_ARE_ERRORS - bool - default n - config ONBOARD_VGA_IS_PRIMARY bool default y -- 2.11.4.GIT