summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/leafhill
diff options
context:
space:
mode:
authorFelix Held <felix.held@amd.corp-partner.google.com>2021-09-02 20:55:33 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-09-05 17:52:13 +0000
commitf892d5b7a8bef795a772f6bf8144230bd9840c08 (patch)
tree8bffa6186996c34442d51bf039c11866f8a2524d /src/mainboard/intel/leafhill
parente6a8129dcb33184b3a2e2296b2af16ab2ae203a2 (diff)
downloadcoreboot-f892d5b7a8bef795a772f6bf8144230bd9840c08.tar.gz
coreboot-f892d5b7a8bef795a772f6bf8144230bd9840c08.tar.bz2
coreboot-f892d5b7a8bef795a772f6bf8144230bd9840c08.zip
mb/intel/leafhill,minnow3: remove FSP_M_FILE and FSP_S_FILE override
Normally, selecting FSP_USE_REPO will select FSP_FULL_FD which then will configure the proper paths for FSP_M_FILE and FSP_S_FILE. The override in these two boards caused FSP_M_FILE and FSP_S_FILE being empty despite ADD_FSP_BINARIES being selected by FSP_USE_REPO which is an invalid case that needs to be avoided, so remove the board-level override of those two options. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I20c8cebea8327d59f0f33d05b824a74bf2121f4b Reviewed-on: https://review.coreboot.org/c/coreboot/+/57347 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/intel/leafhill')
-rw-r--r--src/mainboard/intel/leafhill/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/intel/leafhill/Kconfig b/src/mainboard/intel/leafhill/Kconfig
index dc2eff6ff372..bf59d00cb36a 100644
--- a/src/mainboard/intel/leafhill/Kconfig
+++ b/src/mainboard/intel/leafhill/Kconfig
@@ -44,16 +44,6 @@ config HAVE_IFD_BIN
depends on NEED_IFWI
default y
-config FSP_M_FILE
- string "path to FSP-M.Fv blob"
- depends on ADD_FSP_BINARIES
- default ""
-
-config FSP_S_FILE
- string "path to FSP-S.Fv blob"
- depends on ADD_FSP_BINARIES
- default ""
-
config FSP_S_CBFS
string
default "fsps.bin"