diff options
author | Felix Held <felix.held@amd.corp-partner.google.com> | 2021-09-02 22:31:00 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-09-05 17:52:24 +0000 |
commit | 6ced764da95aff43602741833f73edd808bd3323 (patch) | |
tree | 046695755fe436f493b2d487f44902d283babe51 /src/mainboard/intel/minnow3 | |
parent | f892d5b7a8bef795a772f6bf8144230bd9840c08 (diff) |
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>
Diffstat (limited to 'src/mainboard/intel/minnow3')
-rw-r--r-- | src/mainboard/intel/minnow3/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/intel/minnow3/Kconfig b/src/mainboard/intel/minnow3/Kconfig index 13a85913d5..018281fa40 100644 --- a/src/mainboard/intel/minnow3/Kconfig +++ b/src/mainboard/intel/minnow3/Kconfig @@ -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 |