Move CAR settings to board config for socket 940 boards.
[coreboot.git] / src / cpu / amd / model_fxx / Kconfig
index 21fc1ab377731c937f3f48e680c2120244ed8454..139b96ad250f4b9cadbcbeb5be173ae1d42ce2f8 100644 (file)
@@ -1,31 +1,9 @@
 config CPU_AMD_MODEL_FXX
        bool
-       select CACHE_AS_RAM
        select MMX
        select SSE
        select SSE2
 
-config CPU_ADDR_BITS
-       int
-       default 40
-       depends on CPU_AMD_MODEL_FXX
-
-config DCACHE_RAM_BASE
-       hex
-       default 0xc8000
-       depends on CPU_AMD_MODEL_FXX
-
-config DCACHE_RAM_SIZE
-       hex
-       default 0x08000
-       depends on CPU_AMD_MODEL_FXX
-
-config DCACHE_RAM_GLOBAL_VAR_SIZE
-       hex
-       default 0x01000
-       depends on CPU_AMD_MODEL_FXX
-
-
 config UDELAY_IO
        bool
        default n