diff options
author | rodrigo_l_rosa <rodrigorosa.lg@gmail.com> | 2011-09-02 22:25:53 -0700 |
---|---|---|
committer | Øyvind Harboe <oyvindharboe@gmail.com> | 2011-11-24 23:23:36 +0000 |
commit | ea16bc578f221693bd2e9e5110fd1226dd9696b0 (patch) | |
tree | f474670390dbfc9561e1f20f86cf860576e37a23 /src/target | |
parent | e6c3ab9df3293deb7e1d5484ad0d6fbf3e1cf3c8 (diff) | |
download | riscv-openocd-ea16bc578f221693bd2e9e5110fd1226dd9696b0.zip riscv-openocd-ea16bc578f221693bd2e9e5110fd1226dd9696b0.tar.gz riscv-openocd-ea16bc578f221693bd2e9e5110fd1226dd9696b0.tar.bz2 |
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>
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/dsp5680xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/dsp5680xx.h b/src/target/dsp5680xx.h index ea5715c..4ac8278 100644 --- a/src/target/dsp5680xx.h +++ b/src/target/dsp5680xx.h @@ -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 |