This patch is from 2009-10-20
[coreboot.git] / src / northbridge / via / vx800 / raminit.c
index bf1eed92e9faaabfbb3881d435cc458f6ec52f49..394cfaeaf90adb016312282337b7820c737d7e05 100644 (file)
 #include <spd.h>
 #include <sdram_mode.h>
 #include <delay.h>
-#include <arch/pci_rawops.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)