Author: stepan
Date: Sat Apr  3 16:19:22 2010
New Revision: 5354
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5354

Log:
no need to udelay()

Signed-off-by: Stefan Reinauer <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>

Modified:
   trunk/src/lib/debug.c

Modified: trunk/src/lib/debug.c
==============================================================================
--- trunk/src/lib/debug.c       Sat Apr  3 15:33:01 2010        (r5353)
+++ trunk/src/lib/debug.c       Sat Apr  3 16:19:22 2010        (r5354)
@@ -88,7 +88,6 @@
 {
 
        int i;
-       udelay(2000);
        print_debug_hex16(port);
        print_debug(":\n");
        for (i = 0; i < 256; i++) {

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to