remove usbdebug.h include from mainboard/romstage code
[coreboot.git] / src / mainboard / lenovo / t60 / romstage.c
index 7ed776830ea65a6ff1d815cfb9890c790353dc0f..046e354c5f6193f1cdb499dc6711c0c40619f88d 100644 (file)
@@ -32,7 +32,6 @@
 #include <lib.h>
 #include <pc80/mc146818rtc.h>
 #include <console/console.h>
-#include <usbdebug.h>
 #include <cpu/x86/bist.h>
 #include "northbridge/intel/i945/i945.h"
 #include "northbridge/intel/i945/raminit.h"
@@ -240,11 +239,6 @@ void main(unsigned long bist)
                early_superio_config();
        }
 
-#if CONFIG_USBDEBUG
-       i82801gx_enable_usbdebug(1);
-       early_usbdebug_init();
-#endif
-
        /* Setup the console */
        console_init();