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>
This commit is contained in:
Felix Held 2021-09-02 20:55:33 +02:00 committed by Felix Held
parent e6a8129dcb
commit f892d5b7a8
2 changed files with 0 additions and 20 deletions

View File

@ -44,16 +44,6 @@ config HAVE_IFD_BIN
depends on NEED_IFWI depends on NEED_IFWI
default y 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 config FSP_S_CBFS
string string
default "fsps.bin" default "fsps.bin"

View File

@ -44,16 +44,6 @@ config HAVE_IFD_BIN
depends on NEED_IFWI depends on NEED_IFWI
default y 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 config FSP_S_CBFS
string string
default "fsps.bin" default "fsps.bin"