From 6c0553c8c504d4c6da20857abeec80648d841b72 Mon Sep 17 00:00:00 2001 From: oharboe Date: Sun, 20 Jul 2008 17:04:58 +0000 Subject: openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API consistently. git-svn-id: svn://svn.berlios.de/openocd/trunk@839 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash') diff --git a/src/flash/flash.c b/src/flash/flash.c index dbf45919..8444bb33 100644 --- a/src/flash/flash.c +++ b/src/flash/flash.c @@ -181,7 +181,7 @@ int flash_init_drivers(struct command_context_s *cmd_ctx) { if (flash_banks) { - register_jim(cmd_ctx, "openocd_flash_banks", jim_flash_banks, "return information about the flash banks"); + register_jim(cmd_ctx, "ocd_flash_banks", jim_flash_banks, "return information about the flash banks"); register_command(cmd_ctx, flash_cmd, "info", handle_flash_info_command, COMMAND_EXEC, "print info about flash bank "); -- cgit v1.2.3