dsp5680xx - fix jtag status mask
Change-Id: I17a0f22cbeb20e4f6ea4065236243f93d826ccf0 Signed-off-by: Rodrigo L. Rosa <rodrigorosa.lg@gmail.com> Reviewed-on: http://openocd.zylin.com/217 Tested-by: jenkins Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
This commit is contained in:
parent
e6c3ab9df3
commit
ea16bc578f
|
@ -47,7 +47,7 @@
|
|||
#define DSP5680XX_JTAG_CORE_TAP_IRLEN 4
|
||||
#define DSP5680XX_JTAG_MASTER_TAP_IRLEN 8
|
||||
|
||||
#define JTAG_STATUS_MASK 0x03
|
||||
#define JTAG_STATUS_MASK 0x0F
|
||||
|
||||
#define JTAG_STATUS_NORMAL 0x01
|
||||
#define JTAG_STATUS_STOPWAIT 0x05
|
||||
|
|
Loading…
Reference in New Issue