diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-08-10 20:28:12 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-08-13 15:45:14 +0000 |
commit | 6cfa4f763ddbe1b6a8b473c1b532c3c14f0ae951 (patch) | |
tree | 4ddce1970e09552516f107caa0b202e1980ffe33 /src/mainboard/google | |
parent | 2919f7f703da5e51c2023880758947747343177c (diff) | |
download | coreboot-6cfa4f763ddbe1b6a8b473c1b532c3c14f0ae951.tar.xz |
soc/intel/broadwell/Kconfig: Clean up redefined config options
All broadwell board set HAVE_IFD_BIN to default n, overloading the option in
soc, therefore just use the defaults in sb/intel/common/firmware.
Change-Id: I250dbbc9d61ecedc1a1eb48751ad966732604349
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/28011
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/auron/Kconfig | 8 | ||||
-rw-r--r-- | src/mainboard/google/jecht/Kconfig | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/src/mainboard/google/auron/Kconfig b/src/mainboard/google/auron/Kconfig index 92dd9e45fa..ea0e01f1a4 100644 --- a/src/mainboard/google/auron/Kconfig +++ b/src/mainboard/google/auron/Kconfig @@ -74,12 +74,4 @@ config VGA_BIOS_FILE string default "pci8086,0406.rom" -config HAVE_IFD_BIN - bool - default n - -config HAVE_ME_BIN - bool - default n - endif diff --git a/src/mainboard/google/jecht/Kconfig b/src/mainboard/google/jecht/Kconfig index e9802053b7..0720375e0e 100644 --- a/src/mainboard/google/jecht/Kconfig +++ b/src/mainboard/google/jecht/Kconfig @@ -55,12 +55,4 @@ config VGA_BIOS_FILE string default "pci8086,0406.rom" -config HAVE_IFD_BIN - bool - default n - -config HAVE_ME_BIN - bool - default n - endif |