From 314e551447f408300e56cd6206af3e52d9b22059 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 9 Apr 2010 20:36:29 +0000 Subject: This patch changes C7 CAR code to be a single assembler file instead of the ugly mixture it was before. It also enables CAR for all C7 boards Signed-off-by: Stefan Reinauer Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5399 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/Kconfig') diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index c63cf2b52d..1b72f6e5aa 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -5,7 +5,7 @@ source src/cpu/x86/Kconfig config USE_DCACHE_RAM bool - default n + default !ROMCC config DCACHE_RAM_BASE hex -- cgit v1.2.3