aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-10-28 21:26:16 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2011-10-28 22:07:44 +0200
commitd3edd9abe97af9e405f0695276d430ac16d98796 (patch)
treeba745040d9ba85d20d86ecbd79a54a8a65dc950f /src/mainboard/lenovo
parentb15975bf5a4a1b9ed4d83e2c8caf622d71a7e4d5 (diff)
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>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r--src/mainboard/lenovo/t60/romstage.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/lenovo/t60/romstage.c b/src/mainboard/lenovo/t60/romstage.c
index 7ed776830e..13faee2d24 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();