From 86f4f2fb34aa4a25f79ebca59b3cd6eea3e89c72 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 21 Jul 2023 07:38:54 +0200 Subject: cpu: Get rid of CPU_SPECIFIC_OPTIONS Remove dummy CPU_SPECIFIC_OPTIONS. Change-Id: I267b2a7c6dfc887b572e1b63b0f59fbfa4d20f0e Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/76681 Reviewed-by: Martin L Roth Tested-by: build bot (Jenkins) --- src/cpu/intel/slot_1/Kconfig | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/cpu/intel/slot_1/Kconfig') diff --git a/src/cpu/intel/slot_1/Kconfig b/src/cpu/intel/slot_1/Kconfig index c30e0664447b..4ba87470120b 100644 --- a/src/cpu/intel/slot_1/Kconfig +++ b/src/cpu/intel/slot_1/Kconfig @@ -2,11 +2,6 @@ config CPU_INTEL_SLOT_1 bool - -if CPU_INTEL_SLOT_1 - -config SLOT_SPECIFIC_OPTIONS - def_bool y select CPU_INTEL_MODEL_65X select CPU_INTEL_MODEL_67X select CPU_INTEL_MODEL_68X @@ -19,6 +14,8 @@ config SLOT_SPECIFIC_OPTIONS select SETUP_XIP_CACHE select RESERVE_MTRRS_FOR_OS +if CPU_INTEL_SLOT_1 + config DCACHE_RAM_BASE hex default 0xfefc0000 -- cgit v1.2.3