Allow selecting the physical USB Debug Port on AMD SB700.
[coreboot.git] / src / mainboard / gigabyte / ma78gm / romstage.c
index 64b560d683f800f36f7b54e3b80a9681407e404f..9569556228104c20de4e71e712d4ad0c79895b41 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