From: Zachary T Welch Date: Tue, 17 Nov 2009 21:07:36 +0000 (-0800) Subject: rename flash and nand command helpers X-Git-Tag: v0.4.0-rc1~491 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=ff25e76bad7e57da4ebd363f1b35d4af04acaa67;hp=ff25e76bad7e57da4ebd363f1b35d4af04acaa67 rename flash and nand command helpers After adding support for referencing banks by name, renames the COMMAND_HELPERs appropriately: flash_command_get_bank_by_num -> flash_command_get_bank nand_command_get_device_by_num -> flash_command_get_device ---