1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

Merge remote branch 'origin/delayed'

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

View File

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