diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-13 20:37:19 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-11-18 00:14:13 +0000 |
commit | 457f77be37e73e6a06f7cc0c16f14bc462b682f9 (patch) | |
tree | a0dc87cc3d453f4b32bf79a6742829c8a8bff060 /src/mainboard/foxconn/d41s | |
parent | 35e09ec8ae5557bd4e458ef5e3c9de8bfa117aac (diff) |
Makefile.inc: Remove workaround ACPI warnings
No boards now have a missing dependency so remove the workaround.
Change-Id: I787f6aa588175ba620a068918c42edc9d257c3ef
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69514
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/foxconn/d41s')
-rw-r--r-- | src/mainboard/foxconn/d41s/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/foxconn/d41s/Kconfig b/src/mainboard/foxconn/d41s/Kconfig index 33d5e6da2a..6ddc7dffc1 100644 --- a/src/mainboard/foxconn/d41s/Kconfig +++ b/src/mainboard/foxconn/d41s/Kconfig @@ -2,9 +2,6 @@ if BOARD_FOXCONN_D41S -config IGNORE_IASL_MISSING_DEPENDENCY - def_bool y - config BOARD_SPECIFIC_OPTIONS def_bool y select CPU_INTEL_SOCKET_FCBGA559 |