Reduce time checking for unit
This commit is contained in:
parent
0a81313292
commit
409f0ab022
|
@ -172,13 +172,6 @@ bool waitUntilDeviceIsReady(enum BootDeviceIDs device_id)
|
||||||
ret = stat(rootDevice, &buffer);
|
ret = stat(rootDevice, &buffer);
|
||||||
/* Wait untill the device is ready */
|
/* Wait untill the device is ready */
|
||||||
nopdelay();
|
nopdelay();
|
||||||
nopdelay();
|
|
||||||
nopdelay();
|
|
||||||
nopdelay();
|
|
||||||
nopdelay();
|
|
||||||
nopdelay();
|
|
||||||
nopdelay();
|
|
||||||
nopdelay();
|
|
||||||
|
|
||||||
retries--;
|
retries--;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue