aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_lx/syspreinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/model_lx/syspreinit.c')
-rw-r--r--src/cpu/amd/model_lx/syspreinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/model_lx/syspreinit.c b/src/cpu/amd/model_lx/syspreinit.c
index 4df30f4b8a..53cd4aa9c9 100644
--- a/src/cpu/amd/model_lx/syspreinit.c
+++ b/src/cpu/amd/model_lx/syspreinit.c
@@ -39,7 +39,7 @@ void SystemPreInit(void)
{
/* they want a jump ... */
-#ifndef USE_DCACHE_RAM
+#ifndef CONFIG_USE_DCACHE_RAM
__asm__ __volatile__("jmp .+2\ninvd\njmp .+2\n");
#endif
StartTimer1();