fix most usbdebug warnings and fix function names.
[coreboot.git] / src / mainboard / kontron / 986lcd-m / romstage.c
index 94a5065fa11ab6e8b0d5aca76939a99c94f968a7..4ba6a1afeb64e285fd367464eeb95fff8dd6622b 100644 (file)
@@ -381,8 +381,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();