forked from auracaster/openocd
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
This commit is contained in:
@@ -239,7 +239,7 @@ int nand_register_commands(struct command_context *cmd_ctx);
|
||||
int nand_init(struct command_context *cmd_ctx);
|
||||
|
||||
/// helper for parsing a nand device command argument string
|
||||
COMMAND_HELPER(nand_command_get_device_by_num, unsigned name_index,
|
||||
COMMAND_HELPER(nand_command_get_device, unsigned name_index,
|
||||
struct nand_device **nand);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user