3rdparts/fsp: Update fsp submodule
The name for the CoffeeLake FSP.fd was changed to Fsp.fd. Therefore the CoffeLake / WhiskeyLake default path was changed. Change-Id: I0f51e378fcaacb25392d8940a342fc968c730157 Signed-off-by: Johanna Schander <coreboot@mimoja.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37564 Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
96e2a5da34
commit
0b82b3d6fd
|
@ -1 +1 @@
|
||||||
Subproject commit 59964173e18950debcc6b8856c5c928935ce0b4f
|
Subproject commit 0bc2b07eab29a8a75cd084963c285ee5434e6666
|
|
@ -310,7 +310,7 @@ config FSP_HEADER_PATH
|
||||||
config FSP_FD_PATH
|
config FSP_FD_PATH
|
||||||
string
|
string
|
||||||
depends on FSP_USE_REPO
|
depends on FSP_USE_REPO
|
||||||
default "3rdparty/fsp/CoffeeLakeFspBinPkg/FSP.fd" if SOC_INTEL_COFFEELAKE || SOC_INTEL_WHISKEYLAKE
|
default "3rdparty/fsp/CoffeeLakeFspBinPkg/Fsp.fd" if SOC_INTEL_COFFEELAKE || SOC_INTEL_WHISKEYLAKE
|
||||||
|
|
||||||
config SOC_INTEL_CANNONLAKE_DEBUG_CONSENT
|
config SOC_INTEL_CANNONLAKE_DEBUG_CONSENT
|
||||||
int "Debug Consent for CNL"
|
int "Debug Consent for CNL"
|
||||||
|
|
Loading…
Reference in New Issue