Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69362 )
Change subject: cpu/x86/Kconfig.debug_cpu: Drop unused symbol ......................................................................
cpu/x86/Kconfig.debug_cpu: Drop unused symbol
Change-Id: I2b611773e596bea4788b05a3f58485fb3e002402 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/cpu/x86/Kconfig.debug_cpu 1 file changed, 10 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/69362/1
diff --git a/src/cpu/x86/Kconfig.debug_cpu b/src/cpu/x86/Kconfig.debug_cpu index 8e0c3e4..ddcb119 100644 --- a/src/cpu/x86/Kconfig.debug_cpu +++ b/src/cpu/x86/Kconfig.debug_cpu @@ -1,12 +1,5 @@ if ARCH_X86
-config HAVE_DEBUG_CAR - bool - -config DEBUG_CAR - bool "Output verbose Cache-as-RAM debug messages" - depends on HAVE_DEBUG_CAR - config DISPLAY_MTRRS bool "Display intermediate MTRR settings"