aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Scheithauer <mario.scheithauer@siemens.com>2024-03-19 08:04:09 +0100
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-03-20 13:42:13 +0000
commit58b250c3017b07cd6338d1c563562dd4e25316ff (patch)
tree21062121ba8a9bdb87190e7ec90b24bd9ebf67eb
parentb81b7da92f62e359fe2949719b4a3d532a9b5aad (diff)
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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81344 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r--src/soc/intel/elkhartlake/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/elkhartlake/Kconfig b/src/soc/intel/elkhartlake/Kconfig
index 13fa9257ea..cb080f4ddc 100644
--- a/src/soc/intel/elkhartlake/Kconfig
+++ b/src/soc/intel/elkhartlake/Kconfig
@@ -191,7 +191,7 @@ config FSP_HEADER_PATH
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"