diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-04 19:43:03 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-04 19:43:03 -0800 |
commit | 87589043faf8cdb954c602c988698c40fcf9c108 (patch) | |
tree | 22d130206402f27a51a3f155b77f4ecd5d6832e2 /src/target/armv4_5.h | |
parent | 56e01714203406b50b40dd7738983e3b019d4df2 (diff) | |
download | riscv-openocd-87589043faf8cdb954c602c988698c40fcf9c108.zip riscv-openocd-87589043faf8cdb954c602c988698c40fcf9c108.tar.gz riscv-openocd-87589043faf8cdb954c602c988698c40fcf9c108.tar.bz2 |
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h index 5d58aa3..42fbeac 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) { |