aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/inagua/Kconfig
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2013-03-29 11:17:25 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-03-29 21:11:01 +0100
commitb5146b394a11642649d7645be97ad5c5f8e2892e (patch)
treefd19dcb180cff56be9b90d254139a92c48fdf61d /src/mainboard/amd/inagua/Kconfig
parent5d7415673f93ddac743de71fb2272fccdd7300fb (diff)
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 <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/2953 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/amd/inagua/Kconfig')
-rw-r--r--src/mainboard/amd/inagua/Kconfig4
1 files changed, 0 insertions, 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