From 4ce52f622ed7fbac4bf5545fd7d39256203cdefe Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 7 Nov 2023 13:35:44 -0700 Subject: soc/amd: Remove unnecessary choice symbol name from PSP Kconfig There's no reason to name this choice block. Remove the name. Change-Id: Iebf8b1e7af928b988ab514d9dd85d2e70bf00c09 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/c/coreboot/+/78917 Reviewed-by: Fred Reitberger Reviewed-by: Eric Lai Reviewed-by: Felix Held Reviewed-by: Nico Huber Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/soc/amd/common/block/psp/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/common/block/psp/Kconfig') diff --git a/src/soc/amd/common/block/psp/Kconfig b/src/soc/amd/common/block/psp/Kconfig index 47e3fc45e5..fc9769f6dc 100644 --- a/src/soc/amd/common/block/psp/Kconfig +++ b/src/soc/amd/common/block/psp/Kconfig @@ -114,7 +114,7 @@ config AMD_FWM_POSITION_F20000_DEFAULT config AMD_FWM_POSITION_FA0000_DEFAULT bool -choice AMD_FWM_POSITION_CHOICE +choice prompt "AMD FW position" default AMD_FWM_POSITION_420000 if AMD_FWM_POSITION_420000_DEFAULT default AMD_FWM_POSITION_820000 if AMD_FWM_POSITION_820000_DEFAULT -- cgit v1.2.3