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

Merge remote branch 'origin/delayed'

This commit is contained in:
Peter Zotov 2010-12-11 21:26:22 +03:00
commit 6a13961397

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