From 4aedb02fcd4a16d77caeab8f6a3cf505ce9a93bf Mon Sep 17 00:00:00 2001 From: David Brownell Date: Sun, 3 Jan 2010 13:30:06 -0800 Subject: [PATCH 1/1] JTAG: Amontec JTAG accelerater "rtck" is back 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 --- src/jtag/drivers/amt_jtagaccel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jtag/drivers/amt_jtagaccel.c b/src/jtag/drivers/amt_jtagaccel.c index de7cdcb6ab..974761e75f 100644 --- a/src/jtag/drivers/amt_jtagaccel.c +++ b/src/jtag/drivers/amt_jtagaccel.c @@ -577,7 +577,7 @@ static const struct command_registration amtjtagaccel_command_handlers[] = { .usage = "", }, { - .name = "parport_port", + .name = "rtck", .handler = &amt_jtagaccel_handle_rtck_command, .mode = COMMAND_CONFIG, .help = "enable RTCK", -- 2.30.2