amdfam10: add phenom II as known cpu
[coreboot.git] / src / northbridge / amd / amdfam10 / debug.c
index cab2ec86d9273f7f88e68dc01551626358bc6469..2dc54275fd1b4cad1bcbe0c38e3861855f6541c8 100644 (file)
  * Generic FAM10 debug code, used by mainboard specific romstage.c
  */
 
-#include "amdfam10_pci.c"
+#include "pci.c"
 #include <delay.h>
 
 static inline void print_debug_addr(const char *str, void *val)
 {
-#if CACHE_AS_RAM_ADDRESS_DEBUG == 1
+#if CONFIG_DEBUG_CAR
                printk(BIOS_DEBUG, "------Address debug: %s%p------\n", str, val);
 #endif
 }