This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / ram / ramtest.c
index b65c11dd3431fa9b5a768f0a2e465a9a40656be3..9f329ef51b39718f58112f6a509f5d260f44ab6b 100644 (file)
@@ -1,6 +1,6 @@
 static void write_phys(unsigned long addr, unsigned long value)
 {
-#if HAVE_MOVNTI
+#if CONFIG_HAVE_MOVNTI
        asm volatile(
                "movnti %1, (%0)"
                : /* outputs */