diff options
author | Fred Reitberger <reitbergerfred@gmail.com> | 2023-01-11 15:11:48 -0500 |
---|---|---|
committer | Fred Reitberger <reitbergerfred@gmail.com> | 2023-01-13 20:09:51 +0000 |
commit | 010c408044cefde3fa5b24a25c1ed9f23e3388f5 (patch) | |
tree | 421d647bd4b152291a08f51eb4cbd015a0d00885 /src/soc/amd/phoenix/Kconfig | |
parent | 1cb930b5d181b1e15275e45de887e05f096dbc85 (diff) |
soc/amd/phoenix: Use common fsp-s preloader
Use the common preloader for fsp-s
Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com>
Change-Id: Iea7011d37667f3f04ce842038346741fba66b1dc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71847
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/phoenix/Kconfig')
-rw-r--r-- | src/soc/amd/phoenix/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/phoenix/Kconfig b/src/soc/amd/phoenix/Kconfig index f39a73d9c6..fc79ad8470 100644 --- a/src/soc/amd/phoenix/Kconfig +++ b/src/soc/amd/phoenix/Kconfig @@ -72,6 +72,7 @@ config SOC_AMD_PHOENIX select SOC_AMD_COMMON_FSP_CCX_CPPC_HOB # TODO: Check if this is still correct select SOC_AMD_COMMON_FSP_DMI_TABLES # TODO: Check if this is still correct select SOC_AMD_COMMON_FSP_PCI # TODO: Check if this is still correct + select SOC_AMD_COMMON_FSP_PRELOAD_FSPS select SSE2 select UDK_2017_BINDING select USE_DDR5 |