summaryrefslogtreecommitdiff
path: root/src/target/armv4_5.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-12-04 19:43:03 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-04 19:43:03 -0800
commit87589043faf8cdb954c602c988698c40fcf9c108 (patch)
tree22d130206402f27a51a3f155b77f4ecd5d6832e2 /src/target/armv4_5.h
parent56e01714203406b50b40dd7738983e3b019d4df2 (diff)
downloadopenocd+libswd-87589043faf8cdb954c602c988698c40fcf9c108.tar.gz
openocd+libswd-87589043faf8cdb954c602c988698c40fcf9c108.tar.bz2
openocd+libswd-87589043faf8cdb954c602c988698c40fcf9c108.tar.xz
openocd+libswd-87589043faf8cdb954c602c988698c40fcf9c108.zip
ARM: switch target_to_armv4_5() to target_to_arm()
And remove that old symbol. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/armv4_5.h')
-rw-r--r--src/target/armv4_5.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h
index 5d58aa35..42fbeacc 100644
--- a/src/target/armv4_5.h
+++ b/src/target/armv4_5.h
@@ -141,8 +141,6 @@ struct arm
void *arch_info;
};
-#define target_to_armv4_5 target_to_arm
-
/** Convert target handle to generic ARM target state handle. */
static inline struct arm *target_to_arm(struct target *target)
{