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/mainboard/asus | |
parent | 20c03fb923730f81e04b1e3ab997041eeb55d45f (diff) | |
download | coreboot-39ec29c47ef056f83500a5f1efdbf6b37f9a1f77.tar.xz |
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/mainboard/asus')
-rw-r--r-- | src/mainboard/asus/m2v-mx_se/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mainboard/asus/m2v-mx_se/Kconfig b/src/mainboard/asus/m2v-mx_se/Kconfig index 0dc3bf17b7..c68db479c7 100644 --- a/src/mainboard/asus/m2v-mx_se/Kconfig +++ b/src/mainboard/asus/m2v-mx_se/Kconfig @@ -29,6 +29,7 @@ config BOARD_ASUS_M2V_MX_SE select SOUTHBRIDGE_VIA_K8T890 select SUPERIO_ITE_IT8712F select USE_PRINTK_IN_CAR + select USE_DCACHE_RAM help Asus M2V-MX-SE mainboard. @@ -37,11 +38,6 @@ config MAINBOARD_DIR default asus/m2v-mx_se depends on BOARD_ASUS_M2V_MX_SE -config USE_DCACHE_RAM - bool - dafault y - depends on BOARD_ASUS_M2V_MX_SE - config DCACHE_RAM_BASE hex default 0xcc000 |