fix most usbdebug warnings and fix function names.
[coreboot.git] / src / mainboard / tyan / s2912_fam10 / romstage.c
index 529047092958f70a15dcac324dabaa0e9c7628eb..27d51aba250171ccdc2adc18d1e5221d908757da 100644 (file)
@@ -181,8 +181,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
        report_bist_failure(bist);
 
 #if CONFIG_USBDEBUG_DIRECT
-       mcp55_enable_usbdebug_direct(DBGP_DEFAULT);
-       early_usbdebug_direct_init();
+       mcp55_enable_usbdebug(DBGP_DEFAULT);
+       early_usbdebug_init();
 #endif
 
        val = cpuid_eax(1);