summaryrefslogtreecommitdiff
path: root/src/target/arm720t.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-17 01:09:06 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-17 01:09:06 -0800
commit812ab89f58f43979a402ecf4bef7f09f84695cc6 (patch)
tree04de217549805d7fae5d62e15512d2a636dbbd12 /src/target/arm720t.h
parenta2df544fd9cb758163b049f389c5cc07e97e029f (diff)
downloadopenocd+libswd-812ab89f58f43979a402ecf4bef7f09f84695cc6.tar.gz
openocd+libswd-812ab89f58f43979a402ecf4bef7f09f84695cc6.tar.bz2
openocd+libswd-812ab89f58f43979a402ecf4bef7f09f84695cc6.tar.xz
openocd+libswd-812ab89f58f43979a402ecf4bef7f09f84695cc6.zip
ARM7TDMI: remove now-needless "struct arm7tdmi"
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/arm720t.h')
-rw-r--r--src/target/arm720t.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/arm720t.h b/src/target/arm720t.h
index 6bbac242..f0ab4447 100644
--- a/src/target/arm720t.h
+++ b/src/target/arm720t.h
@@ -27,7 +27,7 @@
struct arm720t_common
{
- struct arm7tdmi_common arm7tdmi_common;
+ struct arm7_9_common arm7_9_common;
uint32_t common_magic;
struct armv4_5_mmu_common armv4_5_mmu;
uint32_t cp15_control_reg;
@@ -39,7 +39,7 @@ static inline struct arm720t_common *
target_to_arm720(struct target *target)
{
return container_of(target->arch_info, struct arm720t_common,
- arm7tdmi_common.arm7_9_common.armv4_5_common);
+ arm7_9_common.armv4_5_common);
}
#endif /* ARM720T_H */