This patch is from 2009-10-20
[coreboot.git] / src / northbridge / via / vx800 / raminit.c
index ae9777e42c591161c39d78ba3b2c028b9e6d73e5..394cfaeaf90adb016312282337b7820c737d7e05 100644 (file)
@@ -21,9 +21,7 @@
 #include <sdram_mode.h>
 #include <delay.h>
 
-#define DEBUG_RAM_SETUP 1
-
-#ifdef DEBUG_RAM_SETUP
+#if CONFIG_DEBUG_RAM_SETUP
 #define PRINT_DEBUG_MEM(x)             print_debug(x)
 #define PRINT_DEBUG_MEM_HEX8(x)                print_debug_hex8(x)
 #define PRINT_DEBUG_MEM_HEX16(x)       print_debug_hex16(x)