mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
XScale: use all-ones for BYPASS, not five-ones
PXA3xx has more than five bits in IR. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
@@ -1496,7 +1496,7 @@ static int xscale_assert_reset(struct target *target)
|
||||
xscale_write_dcsr(target, 1, 0);
|
||||
|
||||
/* select BYPASS, because having DCSR selected caused problems on the PXA27x */
|
||||
xscale_jtag_set_instr(target->tap, 0x7f);
|
||||
xscale_jtag_set_instr(target->tap, ~0);
|
||||
jtag_execute_queue();
|
||||
|
||||
/* assert reset */
|
||||
|
||||
Reference in New Issue
Block a user