aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2023-11-07 13:35:44 -0700
committerFelix Held <felix-coreboot@felixheld.de>2023-11-09 13:18:36 +0000
commit4ce52f622ed7fbac4bf5545fd7d39256203cdefe (patch)
treea5b2511a4a3a0dcd4b6bc21e2c3f0a3657e612ce
parentd130c0ff7ca64e55b0e9887bbaf634c111b91a38 (diff)
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 <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78917 Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Eric Lai <ericllai@google.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/amd/common/block/psp/Kconfig2
1 files changed, 1 insertions, 1 deletions
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