This patch is from 2009-10-20
[coreboot.git] / src / northbridge / amd / amdfam10 / raminit_amdmct.c
index 7bd6d4e4e75a56b09583982d0b11699ac925aece..c9f0c27b0b2b750e9d9fdbbb2274a1f44e9baa59 100644 (file)
@@ -23,21 +23,16 @@ static  void print_raminit(const char *strval, u32 val)
        printk_debug("%s%08x\n", strval, val);
 }
 
-
-#define RAMINIT_DEBUG 1
-
-
 static  void print_tx(const char *strval, u32 val)
 {
-#if RAMINIT_DEBUG == 1
+#if CONFIG_DEBUG_RAM_SETUP
        print_raminit(strval, val);
 #endif
 }
 
-
 static  void print_t(const char *strval)
 {
-#if RAMINIT_DEBUG == 1
+#if CONFIG_DEBUG_RAM_SETUP
        print_debug(strval);
 #endif
 }