From be5355d74e1926322e269108ee7a0d4b9ed84231 Mon Sep 17 00:00:00 2001 From: Sergey Gridassov Date: Fri, 10 Dec 2010 18:05:47 +0300 Subject: [PATCH] Inserted load delays --- ingenic.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ingenic.c b/ingenic.c index 02ab79c..aa22d0c 100644 --- a/ingenic.c +++ b/ingenic.c @@ -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