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:
parent
b15975bf5a
commit
d3edd9abe9
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue