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:
parent
3c8ac786c8
commit
10dd8b4a08
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue