diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-08-27 12:10:50 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-08-27 12:10:50 +0000 |
commit | 39ec29c47ef056f83500a5f1efdbf6b37f9a1f77 (patch) | |
tree | e0cc51a9d78a58769c0d2109a89f4dbd691335a9 /src/cpu/Kconfig | |
parent | 20c03fb923730f81e04b1e3ab997041eeb55d45f (diff) |
Clean up some DCACHE related options.
In amd/serengeti_cheetah there were duplicates, and USE_DCACHE_RAM is a
boolean value, so make it so.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4596 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r-- | src/cpu/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index 516cac05c4..3f7d606c4c 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -5,6 +5,10 @@ source src/cpu/via/Kconfig source src/cpu/x86/Kconfig source src/cpu/ppc/Kconfig +config USE_DCACHE_RAM + bool + default n + config DCACHE_RAM_BASE hex default 0xffdf8000 if CPU_INTEL_CORE |