(Re)Init cJTAG before move JTAG to reset state
Signed-off-by: mrv96 <mrv96@users.noreply.github.com>
This commit is contained in:
parent
29983fd98d
commit
0c6121d92a
|
@ -686,10 +686,10 @@ static void ftdi_execute_command(struct jtag_command *cmd)
|
||||||
ftdi_execute_runtest(cmd);
|
ftdi_execute_runtest(cmd);
|
||||||
break;
|
break;
|
||||||
case JTAG_TLR_RESET:
|
case JTAG_TLR_RESET:
|
||||||
ftdi_execute_statemove(cmd);
|
|
||||||
#if BUILD_FTDI_CJTAG == 1
|
#if BUILD_FTDI_CJTAG == 1
|
||||||
cjtag_reset_online_activate(); /* put the target (back) into selected cJTAG mode */
|
cjtag_reset_online_activate(); /* put the target (back) into selected cJTAG mode */
|
||||||
#endif
|
#endif
|
||||||
|
ftdi_execute_statemove(cmd);
|
||||||
break;
|
break;
|
||||||
case JTAG_PATHMOVE:
|
case JTAG_PATHMOVE:
|
||||||
ftdi_execute_pathmove(cmd);
|
ftdi_execute_pathmove(cmd);
|
||||||
|
|
Loading…
Reference in New Issue