move "reset_config" out of JTAG command group
commita540033a71eb0b10bb8de85963781ec1b9c06cf1
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 15 Mar 2010 15:43:16 +0000 (15 08:43 -0700)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 15 Mar 2010 15:43:16 +0000 (15 08:43 -0700)
tree6e183a2896497d99eb25f80a3dfdd5198bab8d0a
parent1bd3ae398646da1107e00e0651abbf9691d2d9ff
move "reset_config" out of JTAG command group

The SRST configuration options are not specific to JTAG, so this
command may be needed with non-JTAG debug sessions.  Just move
the command to a different group.

(The TRST options are, however, clearly JTAG-specific, but for
compatibility, they're now left alone.  The flags they control
could later be disabled in non-JTAG sessions.)

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/jtag/tcl.c