summaryrefslogtreecommitdiff
path: root/src/flash/nor/str9x.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/flash/nor/str9x.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/flash/nor/str9x.c')
-rw-r--r--src/flash/nor/str9x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/str9x.c b/src/flash/nor/str9x.c
index 60367cb9..95da3e24 100644
--- a/src/flash/nor/str9x.c
+++ b/src/flash/nor/str9x.c
@@ -408,7 +408,7 @@ static int str9x_write_block(struct flash_bank *bank,
}
}
- 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;