diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-08-30 17:53:13 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-08-30 17:53:13 +0000 |
commit | 704b59662d8bf17cac387109a186cc6f702f27f9 (patch) | |
tree | 12de99d00ac98616d0d4df8b089603649a93b699 /src/mainboard/newisys/khepri | |
parent | 849498d4471003ff959e0151828abfe9a7be4621 (diff) | |
download | coreboot-704b59662d8bf17cac387109a186cc6f702f27f9.tar.xz |
We call this cache as ram everywhere, so let's call it the same in Kconfig
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5756 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/newisys/khepri')
-rw-r--r-- | src/mainboard/newisys/khepri/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/newisys/khepri/Kconfig b/src/mainboard/newisys/khepri/Kconfig index 859bb19bb8..31f705d37b 100644 --- a/src/mainboard/newisys/khepri/Kconfig +++ b/src/mainboard/newisys/khepri/Kconfig @@ -12,7 +12,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE select HAVE_MP_TABLE - select USE_DCACHE_RAM + select CACHE_AS_RAM select HAVE_HARD_RESET select BOARD_ROMSIZE_KB_512 select SB_HT_CHAIN_UNITID_OFFSET_ONLY |