inteltool: Add support for dumping AMB registers
[coreboot.git] / util / vgabios / helper_mem.c
index 3e201c00a8c17fb915d7f0847d53c2789bab91ea..50a303b45e98fb2c017b5d2a2f4653517a13f849 100644 (file)
@@ -24,7 +24,7 @@ static const OptionInfoRec INT10Options[] = {
 };
 #endif
 
-#ifdef CONFIG_DEBUG
+#ifdef DEBUG
 void dprint(unsigned long start, unsigned long size)
 {
        int i, j;
@@ -44,7 +44,7 @@ void dprint(unsigned long start, unsigned long size)
        }
        printf("\n");
 }
-#endif /* CONFIG_DEBUG */
+#endif /* DEBUG */
 
 #if 0
 #ifndef _PC