Mario Scheithauer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81344?usp=email )
Change subject: soc/intel/elkhartlake/Kconfig: Rename FSPRel.bin to FSP.fd ......................................................................
soc/intel/elkhartlake/Kconfig: Rename FSPRel.bin to FSP.fd
With the last FSP submodule update for Elkhart Lake commit f8df905e7baf ("3rdparty/fsp: Update submodule to upstream master"), the binary name was changed to FSP.fd.
Change-Id: Ibc87ea2744e971d58e9a402f7cf04ef3f316f3b8 Signed-off-by: Mario Scheithauer mario.scheithauer@siemens.com --- M src/soc/intel/elkhartlake/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/81344/1
diff --git a/src/soc/intel/elkhartlake/Kconfig b/src/soc/intel/elkhartlake/Kconfig index 13fa925..cb080f4 100644 --- a/src/soc/intel/elkhartlake/Kconfig +++ b/src/soc/intel/elkhartlake/Kconfig @@ -191,7 +191,7 @@ config FSP_FD_PATH string depends on FSP_USE_REPO - default "3rdparty/fsp/ElkhartLakeFspBinPkg/FspBin/FSPRel.bin" + default "3rdparty/fsp/ElkhartLakeFspBinPkg/FspBin/FSP.fd"
config PSE_ENABLE bool "Enable PSE ARM controller"