Michał Żygowski has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62112 )
Change subject: cpu/amd/family_10h-family_15h/Kconfig: Remove unused options ......................................................................
cpu/amd/family_10h-family_15h/Kconfig: Remove unused options
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: I17e8f5da5148c750380de5b7447c906bcc1cbc9f --- M src/cpu/amd/family_10h-family_15h/Kconfig 1 file changed, 0 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/62112/1
diff --git a/src/cpu/amd/family_10h-family_15h/Kconfig b/src/cpu/amd/family_10h-family_15h/Kconfig index ccc4921..8bd6364 100644 --- a/src/cpu/amd/family_10h-family_15h/Kconfig +++ b/src/cpu/amd/family_10h-family_15h/Kconfig @@ -10,8 +10,6 @@ select UDELAY_LAPIC select LAPIC_MONOTONIC_TIMER select SUPPORT_CPU_UCODE_IN_CBFS - select CPU_MICROCODE_MULTIPLE_FILES - select CAR_GLOBAL_MIGRATION
if CPU_AMD_MODEL_10XXX
@@ -19,10 +17,6 @@ int default 1
-config CPU_ADDR_BITS - int - default 48 - config SET_FIDVID bool default y