T60: remove redundant usbdebug_init call()

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>
This commit is contained in:
Sven Schnelle 2011-10-28 21:26:16 +02:00 committed by Stefan Reinauer
parent b15975bf5a
commit d3edd9abe9
1 changed files with 0 additions and 5 deletions

View 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();