TRST is asserted *before* target->type->assert_reset() is invoked. Removed old code.

git-svn-id: svn://svn.berlios.de/openocd/trunk@574 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-04-14 01:34:45 +00:00
parent f62ba35507
commit 61ab13f895
2 changed files with 0 additions and 17 deletions

View File

@@ -1595,15 +1595,6 @@ int xscale_assert_reset(target_t *target)
LOG_DEBUG("target->state: %s", target_state_strings[target->state]);
/* TRST every time. We want to be able to support daemon_startup attach */
jtag_add_reset(1, 0);
jtag_add_sleep(5000);
jtag_add_reset(0, 0);
jtag_add_sleep(5000);
jtag_execute_queue();
/* select DCSR instruction (set endstate to R-T-I to ensure we don't
* end up in T-L-R, which would reset JTAG
*/