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
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user