summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-12-04 19:46:44 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-04 19:46:44 -0800
commite51b9a4ac7afa0fde11690268ba88861e1000f60 (patch)
tree2229325eacf3f176ad9dd37df5d85e3b753aa443 /src/target/arm7_9_common.c
parent87589043faf8cdb954c602c988698c40fcf9c108 (diff)
downloadopenocd_libswd-e51b9a4ac7afa0fde11690268ba88861e1000f60.tar.gz
openocd_libswd-e51b9a4ac7afa0fde11690268ba88861e1000f60.tar.bz2
openocd_libswd-e51b9a4ac7afa0fde11690268ba88861e1000f60.tar.xz
openocd_libswd-e51b9a4ac7afa0fde11690268ba88861e1000f60.zip
ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/arm7_9_common.c')
-rw-r--r--src/target/arm7_9_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm7_9_common.c b/src/target/arm7_9_common.c
index 408259e0..68005c01 100644
--- a/src/target/arm7_9_common.c
+++ b/src/target/arm7_9_common.c
@@ -2696,7 +2696,7 @@ int arm7_9_bulk_write_memory(struct target *target, uint32_t address, uint32_t c
struct armv4_5_algorithm armv4_5_info;
struct reg_param reg_params[1];
- armv4_5_info.common_magic = ARMV4_5_COMMON_MAGIC;
+ armv4_5_info.common_magic = ARM_COMMON_MAGIC;
armv4_5_info.core_mode = ARM_MODE_SVC;
armv4_5_info.core_state = ARM_STATE_ARM;