fix most usbdebug warnings and fix function names.
[coreboot.git] / src / mainboard / intel / d945gclf / romstage.c
index 961069a59acf595e969d679586f6f1f304b62546..87f658615b71a8f6021c8103b6f9ce5f1624ed87 100644 (file)
@@ -237,8 +237,8 @@ void main(unsigned long bist)
        uart_init();
 
 #if CONFIG_USBDEBUG_DIRECT
-       i82801gx_enable_usbdebug_direct(DBGP_DEFAULT);
-       early_usbdebug_direct_init();
+       i82801gx_enable_usbdebug(DBGP_DEFAULT);
+       early_usbdebug_init();
 #endif
 
        console_init();