summaryrefslogtreecommitdiff
path: root/src/target/armv7a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/armv7a.h')
-rw-r--r--src/target/armv7a.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/target/armv7a.h b/src/target/armv7a.h
index 70a2d9ee..5ef8c42a 100644
--- a/src/target/armv7a.h
+++ b/src/target/armv7a.h
@@ -50,8 +50,7 @@ struct armv7a_common
int common_magic;
struct reg_cache *core_cache;
- /* arm adp debug port */
- struct adiv5_dap swjdp_info;
+ struct adiv5_dap dap;
/* Core Debug Unit */
struct arm_dpm dpm;