diff options
m--------- | 3rdparty/fsp | 0 | ||||
-rw-r--r-- | src/soc/intel/cannonlake/Kconfig | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/fsp b/3rdparty/fsp -Subproject 162719b6cb5efc6c50dcb23dfdb378358573e2b +Subproject 1d2b7e1a94c6a7c25a6fed1ac37caebf500f5f1 diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index 6af05c8848..b730b7a26f 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -290,7 +290,7 @@ config FSP_HEADER_PATH config FSP_FD_PATH string 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 int "Debug Consent for CNL" |