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:
parent
f892d5b7a8
commit
6ced764da9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue