Reduce time checking for unit

This commit is contained in:
Francisco Javier Trujillo Mata 2021-01-13 19:53:41 +01:00
parent 0a81313292
commit 409f0ab022

View File

@ -172,13 +172,6 @@ bool waitUntilDeviceIsReady(enum BootDeviceIDs device_id)
ret = stat(rootDevice, &buffer);
/* Wait untill the device is ready */
nopdelay();
nopdelay();
nopdelay();
nopdelay();
nopdelay();
nopdelay();
nopdelay();
nopdelay();
retries--;
}