1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 12:28:06 +02:00

Inserted load delays

This commit is contained in:
Sergey Gridassov 2010-12-10 18:05:47 +03:00
parent 0c9dd55ec7
commit be5355d74e

View File

@ -329,6 +329,8 @@ int ingenic_loadstage(void *hndl, int id, const char *file) {
if(ret == -1) if(ret == -1)
return -1; return -1;
usleep(250);
if(id == INGENIC_STAGE2) if(id == INGENIC_STAGE2)
return ingenic_redetect(hndl); return ingenic_redetect(hndl);
else else