Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/57346 )
Change subject: mb/intel/leafhill,minnow3: remove ADD_FSP_BINARIES config override ......................................................................
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 --- M src/mainboard/intel/leafhill/Kconfig M src/mainboard/intel/minnow3/Kconfig 2 files changed, 0 insertions(+), 8 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved
diff --git a/src/mainboard/intel/leafhill/Kconfig b/src/mainboard/intel/leafhill/Kconfig index 3d25aaa..dc2eff6 100644 --- a/src/mainboard/intel/leafhill/Kconfig +++ b/src/mainboard/intel/leafhill/Kconfig @@ -44,10 +44,6 @@ 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 66bee2f..41aacdd 100644 --- a/src/mainboard/intel/minnow3/Kconfig +++ b/src/mainboard/intel/minnow3/Kconfig @@ -44,10 +44,6 @@ 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