John McCarthy <jgmcc@magma.ca> cleans up the usage of the
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 14 Oct 2008 06:21:17 +0000 (06:21 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 14 Oct 2008 06:21:17 +0000 (06:21 +0000)
commit539527ab74f73bfd27d055d7ca20d30176be5e17
tree0cbc6b696813a313807a63f3d0810d760ac339b4
parent3600e7c6e04117b192e428adb7ff7d9515c982f5
John McCarthy <jgmcc@magma.ca> cleans up the usage of the
ejtag_info->ejtag_ctrl variable.  It was being overwritten by the value read back from the EJTAG CONTROL register.  Because of the way this register works you do not want to use the value returned to write the register, you always want to write the bits explicitly.

The second patch just reduces the DMA retries to 0 in anticipation of removing the retry code altogether.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1049 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/target/mips32_dmaacc.c
src/target/mips32_dmaacc.h
src/target/mips32_pracc.c
src/target/mips_ejtag.c
src/target/mips_m4k.c