I just found setting the default wait clocks to 2 is still too small
for gnICE. Set it to 3. Committed.

Jie
  * src/bfin/bfin-part-bfin.c (bfin_wait_ready): Set the default wait
    clocks to 3 for gnICE.

Index: src/bfin/bfin-part-bfin.c
===================================================================
--- src/bfin/bfin-part-bfin.c	(revision 1978)
+++ src/bfin/bfin-part-bfin.c	(working copy)
@@ -232,7 +232,7 @@ bfin_wait_ready (void *data)
                 bfin_wait_clocks = 21;
         }
         else if (strcmp (name, "gnICE") == 0)
-            bfin_wait_clocks = 2;
+            bfin_wait_clocks = 3;
         else if (strcmp (name, "ICE-100B") == 0)
         {
             if (frequency <= 5000000)
------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
UrJTAG-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to