summaryrefslogtreecommitdiff
path: root/src/cpu/x86/car/cache_as_ram_post.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/car/cache_as_ram_post.c')
-rw-r--r--src/cpu/x86/car/cache_as_ram_post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/car/cache_as_ram_post.c b/src/cpu/x86/car/cache_as_ram_post.c
index a0b6b17851..f78fb03675 100644
--- a/src/cpu/x86/car/cache_as_ram_post.c
+++ b/src/cpu/x86/car/cache_as_ram_post.c
@@ -16,7 +16,7 @@
"xorl %edx, %edx\n\t"
"xorl %eax, %eax\n\t"
"wrmsr\n\t"
-#if DCACHE_RAM_SIZE > 0x8000
+#if CONFIG_DCACHE_RAM_SIZE > 0x8000
"movl $0x268, %ecx\n\t" /* fix4k_c0000*/
"wrmsr\n\t"
#endif