From d60ebc0ab535e54f76e734d00d9ac1b5c9b6eb93 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Sat, 27 Mar 2010 10:07:13 -0700 Subject: jtag/tcl.c cleanup -- split out "adapter.c" Clean up the jtag/tcl.c file, which was one of the biggest and messiest ones in that directory. Do it by splitting out all the generic adapter commands to a separate "adapter.c" file (leaving the "tcl.c" file holding only JTAG utilities). Also rename the little-used "jtag interface" to "adapter_name", which should have been at least re-categorized earlier (it's not jtag-only). Signed-off-by: David Brownell --- src/jtag/startup.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jtag/startup.tcl') diff --git a/src/jtag/startup.tcl b/src/jtag/startup.tcl index 3a36886d..496fdc82 100644 --- a/src/jtag/startup.tcl +++ b/src/jtag/startup.tcl @@ -78,7 +78,7 @@ proc srst_asserted {} { # BEGIN MIGRATION AIDS ... these adapter operations originally had # JTAG-specific names despite the fact that the operations were not -# specific to JTAG. +# specific to JTAG, or otherewise had troublesome/misleading names. # # FIXME phase these aids out after about April 2011 # -- cgit v1.2.3