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
This commit is contained in:
Stefan Reinauer 2010-04-03 14:19:22 +00:00 committed by Stefan Reinauer
parent 3c8ac786c8
commit 10dd8b4a08
1 changed files with 0 additions and 1 deletions

View 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++) {