summaryrefslogtreecommitdiff
path: root/src/flash/nor/str9x.c
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-12-04 20:19:49 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-04 20:19:49 -0800
commitc2cc677056f8b383ff8f88ed8a16f1aa4b530ae2 (patch)
tree708ec72f1d118c92c74ec306b0e93c92ffde7a6c /src/flash/nor/str9x.c
parent340e2eb7629fc1fdb6d2ead2952982584abdcefa (diff)
downloadopenocd+libswd-c2cc677056f8b383ff8f88ed8a16f1aa4b530ae2.tar.gz
openocd+libswd-c2cc677056f8b383ff8f88ed8a16f1aa4b530ae2.tar.bz2
openocd+libswd-c2cc677056f8b383ff8f88ed8a16f1aa4b530ae2.tar.xz
openocd+libswd-c2cc677056f8b383ff8f88ed8a16f1aa4b530ae2.zip
ARM: rename armv4_5_algorithm as arm_algorithm
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 95da3e24..9cddb506 100644
--- a/src/flash/nor/str9x.c
+++ b/src/flash/nor/str9x.c
@@ -356,7 +356,7 @@ static int str9x_write_block(struct flash_bank *bank,
struct working_area *source;
uint32_t address = bank->base + offset;
struct reg_param reg_params[4];
- struct armv4_5_algorithm armv4_5_info;
+ struct arm_algorithm armv4_5_info;
int retval = ERROR_OK;
uint32_t str9x_flash_write_code[] = {