qemu: drop "northbridge.c" from src/cpu/...
[coreboot.git] / src / cpu / Kconfig
index 8d7c1a39c4965a04d256922a0b0b2ab908d12744..c63cf2b52d784ad39b56397cf7281ba02050c89c 100644 (file)
@@ -1,5 +1,4 @@
 source src/cpu/amd/Kconfig
-source src/cpu/emulation/Kconfig
 source src/cpu/intel/Kconfig
 source src/cpu/via/Kconfig
 source src/cpu/x86/Kconfig
@@ -10,11 +9,9 @@ config USE_DCACHE_RAM
 
 config DCACHE_RAM_BASE
        hex
-       default 0xffdf8000 if CPU_INTEL_CORE
 
 config DCACHE_RAM_SIZE
        hex
-       default 0x8000 if CPU_INTEL_CORE
 
 config DCACHE_RAM_GLOBAL_VAR_SIZE
        hex