diff options
author | Martin Roth <martinroth@google.com> | 2016-09-14 18:11:01 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-09-22 22:33:55 +0200 |
commit | 0f671f6ee94822052395d36a0cb2552877d218cd (patch) | |
tree | 924d20afa1ec0cef75b0b6efc59ce1b46d28841a /src | |
parent | 66c2c1a2d4eed1aa4d3aad70b8790db5a4536beb (diff) | |
download | coreboot-0f671f6ee94822052395d36a0cb2552877d218cd.tar.xz |
Build system: Remove IASL_WARNINGS_ARE_ERRORS option
All systems are building with IASL warnings as errors enabled.
Remove the option to disable it.
Remove the notification at the end of the build.
Change-Id: I5c6218c182fdf173b4026fd010d939a5fa36040e
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/16606
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Kconfig b/src/Kconfig index a43a9796d0..f6c022e8be 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1146,19 +1146,6 @@ config WARNINGS_ARE_ERRORS bool default y -# TODO: Remove this when all platforms are fixed. -config IASL_WARNINGS_ARE_ERRORS - def_bool y - help - Select to Fail the build if a IASL generates a warning. - This will be defaulted to disabled for the platforms that - currently fail. This allows the REST of the platforms to - have this check enabled while we're working to get those - boards fixed. - - DO NOT ADD TO ANY ADDITIONAL PLATFORMS INSTEAD OF FIXING - THE ASL. - # The four POWER_BUTTON_DEFAULT_ENABLE, POWER_BUTTON_DEFAULT_DISABLE, # POWER_BUTTON_FORCE_ENABLE and POWER_BUTTON_FORCE_DISABLE options are # mutually exclusive. One of these options must be selected in the |