Allow selecting the physical USB Debug Port on AMD SB700.
[coreboot.git] / src / mainboard / amd / mahogany / romstage.c
index 1321a67bd7bfe60c29f30a6939c46d018af635ce..16ea5f204fd0dbffb9d7510cfbc337e9d3850399 100644 (file)
@@ -128,7 +128,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