summaryrefslogtreecommitdiff
path: root/src/flash
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-05 00:42:39 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-05 00:42:39 +0000
commit473dc89c24f3c17c04dcafbf9b5c79d73a35ffe4 (patch)
treeda724fc016e4cef102887f816205daaf88d48ebd /src/flash
parent05eb8d8c1395737b46f7cbc9273d6fb83dd2b984 (diff)
downloadopenocd+libswd-473dc89c24f3c17c04dcafbf9b5c79d73a35ffe4.tar.gz
openocd+libswd-473dc89c24f3c17c04dcafbf9b5c79d73a35ffe4.tar.bz2
openocd+libswd-473dc89c24f3c17c04dcafbf9b5c79d73a35ffe4.tar.xz
openocd+libswd-473dc89c24f3c17c04dcafbf9b5c79d73a35ffe4.zip
Eliminate MixedCaps symbol from public JTAG TAP API:
- Purely mechanical transformations to the source files. - Rename 'jtag_TapByAbsPosition' as 'jtag_tap_by_abs_position.' git-svn-id: svn://svn.berlios.de/openocd/trunk@2064 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 2ab92d98..1ca7360c 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_TapByAbsPosition( jtag_info->tap->abs_chain_position - 1);
+ str9xpec_info->tap = jtag_tap_by_abs_position( jtag_info->tap->abs_chain_position - 1);
str9xpec_info->isc_enable = 0;
str9xpec_build_block_list(bank);