some progress on kconfig:
[coreboot.git] / src / cpu / Kconfig
index e70f0212175831abd6813267ade1ab2a883766e2..3d23f0c3dbc1dfdb181678a5f501058f6f299bb2 100644 (file)
@@ -17,6 +17,10 @@ config DCACHE_RAM_SIZE
        hex
        default 0x8000 if CPU_INTEL_CORE
 
+config DCACHE_RAM_GLOBAL_VAR_SIZE
+       hex
+       default 0
+
 config SMP
        bool
        default y if MAX_CPUS != 1