From: Sven Schnelle Date: Fri, 28 Oct 2011 19:26:16 +0000 (+0200) Subject: T60: remove redundant usbdebug_init call() X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=d3edd9abe97af9e405f0695276d430ac16d98796 T60: remove redundant usbdebug_init call() called from console code, no need to call it here. Change-Id: I4c34f89c82cc2478db8de4e98584e69d7ab0ca82 Signed-off-by: Sven Schnelle Reviewed-on: http://review.coreboot.org/350 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- diff --git a/src/mainboard/lenovo/t60/romstage.c b/src/mainboard/lenovo/t60/romstage.c index 7ed776830..13faee2d2 100644 --- a/src/mainboard/lenovo/t60/romstage.c +++ b/src/mainboard/lenovo/t60/romstage.c @@ -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();