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

View File

@ -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

View File

@ -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