Allow selecting the physical USB Debug Port on AMD SB700.
[coreboot.git] / src / mainboard / amd / mahogany_fam10 / romstage.c
index 6f47f6628320db3848dca177e19e1b166e9f05ff..ad0d741762b8292930df8d4328db4f7883243bf2 100644 (file)
@@ -145,7 +145,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