Remove lib/ramtest.c-include from all CAR boards.
[coreboot.git] / src / mainboard / msi / ms9652_fam10 / romstage.c
index 4b7fe8f1c785e1721e71a72136d08c9c5c0c2580..0bc38368095352e12c331a1ed2f2f54dbcc1d5e4 100644 (file)
@@ -33,8 +33,6 @@
 #define SET_FIDVID 1
 #define SET_FIDVID_CORE_RANGE 0
 
-#define DBGP_DEFAULT 7
-
 #include <stdint.h>
 #include <string.h>
 #include <device/pci_def.h>
@@ -48,7 +46,7 @@
 #include "southbridge/nvidia/mcp55/mcp55_enable_usbdebug.c"
 #include "pc80/usbdebug_serial.c"
 #endif
-#include "lib/ramtest.c"
+#include <lib.h>
 
 #include <cpu/amd/model_10xxx_rev.h>
 
@@ -185,7 +183,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
        report_bist_failure(bist);
 
 #if CONFIG_USBDEBUG
-       mcp55_enable_usbdebug(DBGP_DEFAULT);
+       mcp55_enable_usbdebug(CONFIG_USBDEBUG_DEFAULT_PORT);
        early_usbdebug_init();
 #endif