aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_441
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-07-21 07:38:54 +0200
committerElyes Haouas <ehaouas@noos.fr>2023-08-04 03:00:25 +0000
commit86f4f2fb34aa4a25f79ebca59b3cd6eea3e89c72 (patch)
tree110a54d6ecfc9ffc83fa18eb207ed239f9dcafa1 /src/cpu/intel/socket_441
parent33201ab49f8a37d8a7a06d7c1c88b4bc243545d6 (diff)
cpu: Get rid of CPU_SPECIFIC_OPTIONS
Remove dummy CPU_SPECIFIC_OPTIONS. Change-Id: I267b2a7c6dfc887b572e1b63b0f59fbfa4d20f0e Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76681 Reviewed-by: Martin L Roth <gaumless@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/intel/socket_441')
-rw-r--r--src/cpu/intel/socket_441/Kconfig7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/cpu/intel/socket_441/Kconfig b/src/cpu/intel/socket_441/Kconfig
index ca6990db23..1a549ac328 100644
--- a/src/cpu/intel/socket_441/Kconfig
+++ b/src/cpu/intel/socket_441/Kconfig
@@ -1,13 +1,10 @@
config CPU_INTEL_SOCKET_441
bool
-
-if CPU_INTEL_SOCKET_441
-
-config SOCKET_SPECIFIC_OPTIONS
- def_bool y
select CPU_INTEL_MODEL_106CX
select SETUP_XIP_CACHE
+if CPU_INTEL_SOCKET_441
+
config DCACHE_RAM_BASE
hex
default 0xfefc0000