fix most usbdebug warnings and fix function names.
[coreboot.git] / src / mainboard / getac / p470 / romstage.c
index 0da4b8f2934830469702d6179a33d8696f26d3d7..7082bd94a679ffb8fa643b36dc4bc13e76be0a28 100644 (file)
@@ -321,8 +321,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();