mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
allow 'jtag init' to be run in any mode
Help alleviate further potential problems with interactive startup.
This commit is contained in:
@@ -828,7 +828,7 @@ COMMAND_HANDLER(handle_jtag_init_command)
|
||||
static const struct command_registration jtag_subcommand_handlers[] = {
|
||||
{
|
||||
.name = "init",
|
||||
.mode = COMMAND_CONFIG,
|
||||
.mode = COMMAND_ANY,
|
||||
.handler = &handle_jtag_init_command,
|
||||
.help = "initialize jtag scan chain",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user