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:
parent
eaef059dda
commit
e6a8129dcb
|
@ -44,10 +44,6 @@ config HAVE_IFD_BIN
|
||||||
depends on NEED_IFWI
|
depends on NEED_IFWI
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config ADD_FSP_BINARIES
|
|
||||||
bool "Add FSP blobs"
|
|
||||||
default n
|
|
||||||
|
|
||||||
config FSP_M_FILE
|
config FSP_M_FILE
|
||||||
string "path to FSP-M.Fv blob"
|
string "path to FSP-M.Fv blob"
|
||||||
depends on ADD_FSP_BINARIES
|
depends on ADD_FSP_BINARIES
|
||||||
|
|
|
@ -44,10 +44,6 @@ config HAVE_IFD_BIN
|
||||||
depends on NEED_IFWI
|
depends on NEED_IFWI
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config ADD_FSP_BINARIES
|
|
||||||
bool "Add FSP blobs"
|
|
||||||
default n
|
|
||||||
|
|
||||||
config FSP_M_FILE
|
config FSP_M_FILE
|
||||||
string "path to FSP-M.Fv blob"
|
string "path to FSP-M.Fv blob"
|
||||||
depends on ADD_FSP_BINARIES
|
depends on ADD_FSP_BINARIES
|
||||||
|
|
Loading…
Reference in New Issue