From 0bc615482e34af308712be970479aeb613f5fa41 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Sat, 17 Oct 2009 13:25:07 +0000 Subject: Remove CONFIG_ from #defines that aren't config variables. Trivial. Signed-off-by: Myles Watson Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4802 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/via/car/cache_as_ram.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/via') diff --git a/src/cpu/via/car/cache_as_ram.inc b/src/cpu/via/car/cache_as_ram.inc index 693bce36dd..3e5729aa1f 100644 --- a/src/cpu/via/car/cache_as_ram.inc +++ b/src/cpu/via/car/cache_as_ram.inc @@ -131,7 +131,7 @@ clear_fixed_var_mtrr_out: movl $(CacheBase+CacheSize-4), %eax movl %eax, %esp -#ifdef CONFIG_CARTEST +#ifdef CARTEST testok: movb $0x40,%al outb %al, $0x80 xorl %edx, %edx -- cgit v1.2.3