sharpend JTAG docs w.r.t. hw fifo implementations and retired jtag_cancel_queue() which is inheritely incompatible with a hw fifo concept.
git-svn-id: svn://svn.berlios.de/openocd/trunk@328 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -469,21 +469,18 @@ int handle_xsvf_command(struct command_context_s *cmd_ctx, char *cmd, char **arg
|
||||
if (tdo_mismatch)
|
||||
{
|
||||
command_print(cmd_ctx, "TDO mismatch, aborting");
|
||||
jtag_cancel_queue();
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
if (unsupported)
|
||||
{
|
||||
command_print(cmd_ctx, "unsupported xsvf command encountered, aborting");
|
||||
jtag_cancel_queue();
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
if (do_abort)
|
||||
{
|
||||
command_print(cmd_ctx, "premature end detected, aborting");
|
||||
jtag_cancel_queue();
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user