T60: remove redundant usbdebug_init call()
authorSven Schnelle <svens@stackframe.org>
Fri, 28 Oct 2011 19:26:16 +0000 (21:26 +0200)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 28 Oct 2011 20:07:44 +0000 (22:07 +0200)
called from console code, no need to call it here.

Change-Id: I4c34f89c82cc2478db8de4e98584e69d7ab0ca82
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/350
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/mainboard/lenovo/t60/romstage.c

index 7ed776830ea65a6ff1d815cfb9890c790353dc0f..13faee2d240432df9c6257cd2007829c0c646850 100644 (file)
@@ -240,11 +240,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();