aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel
diff options
context:
space:
mode:
authorFelix Held <felix.held@amd.corp-partner.google.com>2021-09-02 20:54:26 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-09-05 17:52:05 +0000
commite6a8129dcb33184b3a2e2296b2af16ab2ae203a2 (patch)
tree1ce3cef594095a9cc2e74a80c86958bce68d62d4 /src/mainboard/intel
parenteaef059dda0f526b5eb1523e8609b75832f47999 (diff)
mb/intel/leafhill,minnow3: remove ADD_FSP_BINARIES config override
The ADD_FSP_BINARIES override in the mainboard's Kconfig caused this option to not be selected when FSP_USE_REPO is selected. Remove the override to fix this problem. These two boards are the only ones in tree that had an override for this option, so now the ADD_FSP_BINARIES option is only defined in drivers/intel/fsp2_0/Kconfig. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I23439f3134eef9460625addbff7efd64c5f65ae5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57346 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r--src/mainboard/intel/leafhill/Kconfig4
-rw-r--r--src/mainboard/intel/minnow3/Kconfig4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/intel/leafhill/Kconfig b/src/mainboard/intel/leafhill/Kconfig
index 3d25aaa007..dc2eff6ff3 100644
--- a/src/mainboard/intel/leafhill/Kconfig
+++ b/src/mainboard/intel/leafhill/Kconfig
@@ -44,10 +44,6 @@ config HAVE_IFD_BIN
depends on NEED_IFWI
default y
-config ADD_FSP_BINARIES
- bool "Add FSP blobs"
- default n
-
config FSP_M_FILE
string "path to FSP-M.Fv blob"
depends on ADD_FSP_BINARIES
diff --git a/src/mainboard/intel/minnow3/Kconfig b/src/mainboard/intel/minnow3/Kconfig
index 66bee2f0ea..41aacdd5c8 100644
--- a/src/mainboard/intel/minnow3/Kconfig
+++ b/src/mainboard/intel/minnow3/Kconfig
@@ -44,10 +44,6 @@ config HAVE_IFD_BIN
depends on NEED_IFWI
default y
-config ADD_FSP_BINARIES
- bool "Add FSP blobs"
- default n
-
config FSP_M_FILE
string "path to FSP-M.Fv blob"
depends on ADD_FSP_BINARIES