JTAG: Amontec JTAG accelerater "rtck" is back
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 3 Jan 2010 21:30:06 +0000 (13:30 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 3 Jan 2010 21:30:06 +0000 (13:30 -0800)
The command processing conversion a while back lost the
"rtck" enable/disable command; restore it.

NOTE that having such a command is wrong; there's a standard
way to enable adaptive clocking ("speed 0").

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

index de7cdcb6ab5af120860e77cca8d253235b93b6e5..974761e75fc511327e6b03c80d2a897501d4c793 100644 (file)
@@ -577,7 +577,7 @@ static const struct command_registration amtjtagaccel_command_handlers[] = {
                .usage = "<port_num>",
        },
        {
-               .name = "parport_port",
+               .name = "rtck",
                .handler = &amt_jtagaccel_handle_rtck_command,
                .mode = COMMAND_CONFIG,
                .help = "enable RTCK",