tinker with Xscale performance. Poll a bit more before sleeping.

git-svn-id: svn://svn.berlios.de/openocd/trunk@935 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
oharboe 2008-08-19 11:48:46 +00:00
parent 93d6339926
commit 5227c98f3f
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ int xscale_write_rx(target_t *target)
for (;;)
{
int i;
for (i=0; i<10; i++)
for (i=0; i<100; i++)
{
jtag_add_dr_scan(3, fields, TAP_RTI);