diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2013-06-27 17:17:26 -0700 |
---|---|---|
committer | Marc Jones <marc.jones@se-eng.com> | 2013-06-28 02:49:05 +0200 |
commit | c0b1a48cdaed0a9c955fd98563a1d5906a72b533 (patch) | |
tree | b99aec09ca77fb4467d73d998bce9289b831e5e6 /src/mainboard/amd/south_station | |
parent | 160243d73e13f1857299b980a88eb3a0cd7fc4fb (diff) |
Drop WARNINGS_ARE_ERRORS exceptions
Thanks to Bruce's great work, we can finally drop this workaround.
Change-Id: Ie92d1e53ef867fa34aa2489ccfb682d73195b213
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/3569
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/mainboard/amd/south_station')
-rw-r--r-- | src/mainboard/amd/south_station/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/amd/south_station/Kconfig b/src/mainboard/amd/south_station/Kconfig index 07b9d2db21..81d631f9aa 100644 --- a/src/mainboard/amd/south_station/Kconfig +++ b/src/mainboard/amd/south_station/Kconfig @@ -109,9 +109,5 @@ config DRIVERS_PS2_KEYBOARD bool default n -config WARNINGS_ARE_ERRORS - bool - default n - endif # BOARD_AMD_SOUTHSTATION |