diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-03 14:19:22 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-03 14:19:22 +0000 |
commit | 10dd8b4a08ed89d73f420bff8d1326e2a698e4ef (patch) | |
tree | 2f04a563a735121c1cdeffb95eba04444e9dc355 /src/lib | |
parent | 3c8ac786c83f4ee08442bd2233a34306b8c8e286 (diff) | |
download | coreboot-10dd8b4a08ed89d73f420bff8d1326e2a698e4ef.tar.xz |
no need to udelay()
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
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/debug.c b/src/lib/debug.c index 35d1f90bcb..ea3d098362 100644 --- a/src/lib/debug.c +++ b/src/lib/debug.c @@ -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++) { |