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>
This commit is contained in:
committed by
Patrick Georgi
parent
66c2c1a2d4
commit
0f671f6ee9
13
src/Kconfig
13
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
|
||||
|
Reference in New Issue
Block a user