From 689e9664b00a81b637d82e990096338a10c4b720 Mon Sep 17 00:00:00 2001 From: zwelch Date: Fri, 5 Jun 2009 00:42:52 +0000 Subject: Eliminate MixedCaps symbol from public JTAG TAP API: - Purely mechanical transformations to the source files. - Rename 'jtag_TapByString' as 'jtag_tap_by_string.' git-svn-id: svn://svn.berlios.de/openocd/trunk@2065 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/pld/virtex2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pld') diff --git a/src/pld/virtex2.c b/src/pld/virtex2.c index f8e13df6..821699ac 100644 --- a/src/pld/virtex2.c +++ b/src/pld/virtex2.c @@ -247,7 +247,7 @@ int virtex2_pld_device_command(struct command_context_s *cmd_ctx, char *cmd, cha return ERROR_PLD_DEVICE_INVALID; } - tap = jtag_TapByString( args[1] ); + tap = jtag_tap_by_string( args[1] ); if( tap == NULL ){ command_print( cmd_ctx, "Tap: %s does not exist", args[1] ); return ERROR_OK; -- cgit v1.2.3