Allow selecting the physical USB Debug Port on AMD SB700.
[coreboot.git] / src / mainboard / gigabyte / ma785gmt / romstage.c
index 13664418ab70ca9e412f2a855b2c61b93d0d248e..55e1b624920e57346ad1f15a4e6347cdcbdcee9a 100644 (file)
@@ -141,7 +141,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
        uart_init();
 
 #if CONFIG_USBDEBUG
-       sb700_enable_usbdebug(0);
+       sb700_enable_usbdebug(CONFIG_USBDEBUG_DEFAULT_PORT);
        early_usbdebug_init();
 #endif