diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2024-02-01 17:15:14 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-02-02 20:36:02 +0000 |
commit | 44dddc7b6ab035174499ac1b57cbb94f30e40a86 (patch) | |
tree | 49624fde7320b274aedbb806a9b1d52592943367 /src/mainboard/amd/birman/Kconfig.name | |
parent | aadef715683585560d0edc83c4b826fc32793378 (diff) |
mb/amd/birman: add _FSP postfix to BOARD_AMD_BIRMAN_PHOENIX
Rename the BOARD_AMD_BIRMAN_PHOENIX option to
BOARD_AMD_BIRMAN_PHOENIX_FSP to distinguish between the FSP-based SoC
initialization and the non-FSP based one. Also change the
MAINBOARD_PART_NUMBER string to 'Birman_Phoenix_FSP'.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Id3293a07cd1b1833df15ee0a40cad3127e19b7df
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80290
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/amd/birman/Kconfig.name')
-rw-r--r-- | src/mainboard/amd/birman/Kconfig.name | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/birman/Kconfig.name b/src/mainboard/amd/birman/Kconfig.name index c02173c93e..9eee1719ee 100644 --- a/src/mainboard/amd/birman/Kconfig.name +++ b/src/mainboard/amd/birman/Kconfig.name @@ -1,7 +1,7 @@ comment "Birman" -config BOARD_AMD_BIRMAN_PHOENIX - bool "-> Birman for Phoenix SoC" +config BOARD_AMD_BIRMAN_PHOENIX_FSP + bool "-> Birman for Phoenix SoC using FSP" config BOARD_AMD_BIRMAN_GLINDA bool "-> Birman for Glinda SoC" |