diff options
author | Mario Scheithauer <mario.scheithauer@siemens.com> | 2024-03-19 08:04:09 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-03-20 13:42:13 +0000 |
commit | 58b250c3017b07cd6338d1c563562dd4e25316ff (patch) | |
tree | 21062121ba8a9bdb87190e7ec90b24bd9ebf67eb /src/soc | |
parent | b81b7da92f62e359fe2949719b4a3d532a9b5aad (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>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/elkhartlake/Kconfig | 2 |
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" |