aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.h
diff options
context:
space:
mode:
authorAlamy Liu <alamy.liu@gmail.com>2015-08-10 14:41:45 -0700
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2016-02-22 18:55:05 +0000
commitfeaea8632f7e7b5fd6ec428058a5f726755cbf9a (patch)
tree5276012297ea063b5b730b9aa830fe65f598d55f /src/target/arm_adi_v5.h
parentdfc6658cf98d494e066426945879b9f60bbf9678 (diff)
downloadriscv-openocd-feaea8632f7e7b5fd6ec428058a5f726755cbf9a.zip
riscv-openocd-feaea8632f7e7b5fd6ec428058a5f726755cbf9a.tar.gz
riscv-openocd-feaea8632f7e7b5fd6ec428058a5f726755cbf9a.tar.bz2
adi_v5: Remove forgotten FIXME definition
Investigation: - mem_ap_read_buf_u32() no longer exists. - JTAG_DP_DPACC & JTAG_DP_APACC are defined in adi_v5_jtag.c now. Change-Id: I136fc3f389a5a4eb9b68bc759ce653b6da7fa75e Signed-off-by: Alamy Liu <alamy.liu@gmail.com> Reviewed-on: http://openocd.zylin.com/3243 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'src/target/arm_adi_v5.h')
-rw-r--r--src/target/arm_adi_v5.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h
index f001d6a..7c27d60 100644
--- a/src/target/arm_adi_v5.h
+++ b/src/target/arm_adi_v5.h
@@ -34,12 +34,6 @@
#include <helper/list.h>
#include "arm_jtag.h"
-/* FIXME remove these JTAG-specific decls when mem_ap_read_buf_u32()
- * is no longer JTAG-specific
- */
-#define JTAG_DP_DPACC 0xA
-#define JTAG_DP_APACC 0xB
-
/* three-bit ACK values for SWD access (sent LSB first) */
#define SWD_ACK_OK 0x1
#define SWD_ACK_WAIT 0x2