Sven Schnelle (sv...@stackframe.org) just uploaded a new patch set to gerrit, 
which you can find at http://review.coreboot.org/350

-gerrit

commit 9aaaa2f0eb979ae254a9fa8c5774af419f53989b
Author: Sven Schnelle <sv...@stackframe.org>
Date:   Fri Oct 28 21:26:16 2011 +0200

    T60: remove redundant usbdebug_init call()
    
    called from console code, no need to call it here.
    
    Change-Id: I4c34f89c82cc2478db8de4e98584e69d7ab0ca82
    Signed-off-by: Sven Schnelle <sv...@stackframe.org>
---
 src/mainboard/lenovo/t60/romstage.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/mainboard/lenovo/t60/romstage.c 
b/src/mainboard/lenovo/t60/romstage.c
index 7ed7768..13faee2 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();
 

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to