Added mips_ejtag_drscan_32_out() for optimization.

This commit is contained in:
Drasko DRASKOVIC
2011-04-04 15:33:04 +02:00
committed by Øyvind Harboe
parent bc9afcd4d1
commit 719f9ecde3
4 changed files with 22 additions and 6 deletions

View File

@@ -274,7 +274,7 @@ static int mips_m4k_assert_reset(struct target *target)
uint32_t ejtag_ctrl = ejtag_info->ejtag_ctrl | EJTAG_CTRL_PRRST | EJTAG_CTRL_PERRST;
LOG_DEBUG("Using EJTAG reset (PRRST) to reset processor...");
mips_ejtag_set_instr(ejtag_info, EJTAG_INST_CONTROL);
mips_ejtag_drscan_32(ejtag_info, &ejtag_ctrl);
mips_ejtag_drscan_32_out(ejtag_info, ejtag_ctrl);
}
}