Browse Source

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>
tags/v0.4.0-rc2
Øyvind Harboe 14 years ago
parent
commit
56d2c86500
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/jtag/tcl.c

+ 1
- 1
src/jtag/tcl.c View File

@@ -1674,7 +1674,7 @@ static const struct command_registration jtag_command_handlers[] = {
{
.name = "scan_chain",
.handler = handle_scan_chain_command,
.mode = COMMAND_EXEC,
.mode = COMMAND_ANY,
.help = "print current scan chain configuration",
},
{


Loading…
Cancel
Save