mb/intel/leafhill,minnow3: remove FSP_M_CBFS and FSP_S_CBFS override

The overrides set the options to the same value as drivers/intel/fsp2_0/
Kconfig does, so drop the overrides.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I53922786382a2e7d29b3df560a1998f41e1d2ea8
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57350
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 22:31:00 +02:00 committed by Felix Held
parent f892d5b7a8
commit 6ced764da9
2 changed files with 0 additions and 16 deletions

View File

@ -44,12 +44,4 @@ config HAVE_IFD_BIN
depends on NEED_IFWI
default y
config FSP_S_CBFS
string
default "fsps.bin"
config FSP_M_CBFS
string
default "fspm.bin"
endif # BOARD_INTEL_LEAFHILL

View File

@ -44,12 +44,4 @@ config HAVE_IFD_BIN
depends on NEED_IFWI
default y
config FSP_S_CBFS
string
default "fsps.bin"
config FSP_M_CBFS
string
default "fspm.bin"
endif # BOARD_INTEL_MINNOW3