aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/minidriver.h
diff options
context:
space:
mode:
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>2013-11-07 00:40:50 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2014-01-20 13:28:26 +0000
commit63fa73169bd88258ef82f709e79769eacc50f793 (patch)
tree5f259281041de2aa5d7097db46a64d4175279a96 /src/jtag/minidriver.h
parent87e91f4db9bea66a7866261130c6152c0304bc29 (diff)
downloadriscv-openocd-63fa73169bd88258ef82f709e79769eacc50f793.zip
riscv-openocd-63fa73169bd88258ef82f709e79769eacc50f793.tar.gz
riscv-openocd-63fa73169bd88258ef82f709e79769eacc50f793.tar.bz2
Retire jtag_add_dr_out
The out only version of jtag_add_dr_scan smells like a bogus optimization that complicates the minidriver API for questionable gain. The function was only used by four old ARM targets. Rewrite the callers to use the generic function and remove all implementations. Change-Id: I13b643687ee8ed6bc9b6336e7096c34f40ea96af Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/1801 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'src/jtag/minidriver.h')
-rw-r--r--src/jtag/minidriver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jtag/minidriver.h b/src/jtag/minidriver.h
index e85d9fb..0de8709 100644
--- a/src/jtag/minidriver.h
+++ b/src/jtag/minidriver.h
@@ -39,7 +39,6 @@
* define static inline versions of them):
* - jtag_add_callback
* - jtag_add_callback4
- * - interface_jtag_add_dr_out
*
* The following core functions are declared in this file for use by
* the minidriver and do @b not need to be defined by an implementation: