summaryrefslogtreecommitdiff
path: root/src/flash
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-09 02:24:05 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-09 02:24:05 +0000
commit3cd428ffdb8c65f97f282e8c493c21cd4e9cf8a2 (patch)
tree01005fa5cc642b8c3212a80dc395b675ba040cc8 /src/flash
parentf7216ffa33bd91e88a2ca3dfcc50a0090310cddc (diff)
downloadopenocd+libswd-3cd428ffdb8c65f97f282e8c493c21cd4e9cf8a2.tar.gz
openocd+libswd-3cd428ffdb8c65f97f282e8c493c21cd4e9cf8a2.tar.bz2
openocd+libswd-3cd428ffdb8c65f97f282e8c493c21cd4e9cf8a2.tar.xz
openocd+libswd-3cd428ffdb8c65f97f282e8c493c21cd4e9cf8a2.zip
- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2146 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash')
-rw-r--r--src/flash/str9xpec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/str9xpec.c b/src/flash/str9xpec.c
index 1ca7360c..2c243a97 100644
--- a/src/flash/str9xpec.c
+++ b/src/flash/str9xpec.c
@@ -325,7 +325,7 @@ static int str9xpec_flash_bank_command(struct command_context_s *cmd_ctx, char *
arm7_9 = armv4_5->arch_info;
jtag_info = &arm7_9->jtag_info;
- str9xpec_info->tap = jtag_tap_by_abs_position( jtag_info->tap->abs_chain_position - 1);
+ str9xpec_info->tap = jtag_tap_by_position( jtag_info->tap->abs_chain_position - 1);
str9xpec_info->isc_enable = 0;
str9xpec_build_block_list(bank);