no need to udelay()
authorStefan Reinauer <stepan@coresystems.de>
Sat, 3 Apr 2010 14:19:22 +0000 (14:19 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 3 Apr 2010 14:19:22 +0000 (14:19 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5354 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/lib/debug.c

index 35d1f90bcbff12f06be9aa6072e5ed1a951f50ec..ea3d09836276347fe6116d6dd6061f5a5d33093f 100644 (file)
@@ -88,7 +88,6 @@ static inline void dump_io_resources(unsigned port)
 {
 
        int i;
-       udelay(2000);
        print_debug_hex16(port);
        print_debug(":\n");
        for (i = 0; i < 256; i++) {