summaryrefslogtreecommitdiff
path: root/src/target/armv7m.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2010-03-04 21:51:58 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2010-03-04 21:51:58 -0800
commit45a528ff3c0582f7d22b65d76d925f34a6956957 (patch)
treebf3884b3b85c2f15f29b5fb5f94dc12159bfa3f8 /src/target/armv7m.h
parent5e78ddcea0d8303c316f687c05dfa78af27109d8 (diff)
downloadopenocd+libswd-45a528ff3c0582f7d22b65d76d925f34a6956957.tar.gz
openocd+libswd-45a528ff3c0582f7d22b65d76d925f34a6956957.tar.bz2
openocd+libswd-45a528ff3c0582f7d22b65d76d925f34a6956957.tar.xz
openocd+libswd-45a528ff3c0582f7d22b65d76d925f34a6956957.zip
rename "swjdp_common" as "adiv5_dap"
This partially corrects an inappropriate name choice (and its associated FIXME). There are still too many variables named "swjdp", bug little current code actually relies on them referencing an SWJ-DP instead of some other flavor of DAP. Only the two new dap_to{swd,jtag}() calls could behave differently on an SWJ-DP instead of a SW-DP or a JTAG-DP. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/armv7m.h')
-rw-r--r--src/target/armv7m.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/armv7m.h b/src/target/armv7m.h
index 89c5064c..55265054 100644
--- a/src/target/armv7m.h
+++ b/src/target/armv7m.h
@@ -106,7 +106,7 @@ struct armv7m_common
struct reg_cache *core_cache;
enum armv7m_mode core_mode;
int exception_number;
- struct swjdp_common swjdp_info;
+ struct adiv5_dap swjdp_info;
uint32_t demcr;