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 stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
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++) {