Various USB Debug Port fixes (trivial).
[coreboot.git] / src / mainboard / getac / p470 / romstage.c
index 9f7c14af520f40d3e39e1f1221895589253bf65b..7c55d0c591d1157b610f98bf62e61b7af3bc9c4a 100644 (file)
@@ -37,7 +37,6 @@
 #include <cpu/x86/bist.h>
 
 #if CONFIG_USBDEBUG
-#define DBGP_DEFAULT 0
 #include "southbridge/intel/i82801gx/i82801gx_usb_debug.c"
 #include "pc80/usbdebug_serial.c"
 #endif
@@ -319,7 +318,7 @@ void main(unsigned long bist)
        uart_init();
 
 #if CONFIG_USBDEBUG
-       i82801gx_enable_usbdebug(DBGP_DEFAULT);
+       i82801gx_enable_usbdebug(1);
        early_usbdebug_init();
 #endif
        console_init();