commands: allow scan_chain command to be executed during config
Adding taps and then dumping them is quite reasonable thing to do in a config script. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
parent
0b641dac71
commit
56d2c86500
|
@ -1674,7 +1674,7 @@ static const struct command_registration jtag_command_handlers[] = {
|
||||||
{
|
{
|
||||||
.name = "scan_chain",
|
.name = "scan_chain",
|
||||||
.handler = handle_scan_chain_command,
|
.handler = handle_scan_chain_command,
|
||||||
.mode = COMMAND_EXEC,
|
.mode = COMMAND_ANY,
|
||||||
.help = "print current scan chain configuration",
|
.help = "print current scan chain configuration",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue