summaryrefslogtreecommitdiff
path: root/src/helper/startup.tcl
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-08-18 12:14:01 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-08-18 12:14:01 +0000
commitbb5086b83e098ea9839c4d44b486dacdd11da8d3 (patch)
treee45cb1496cb2378bce9a09e108c0c3fef159ea12 /src/helper/startup.tcl
parent7b4428df971378bfc4d762595cdb0e205626eaa9 (diff)
downloadopenocd+libswd-bb5086b83e098ea9839c4d44b486dacdd11da8d3.tar.gz
openocd+libswd-bb5086b83e098ea9839c4d44b486dacdd11da8d3.tar.bz2
openocd+libswd-bb5086b83e098ea9839c4d44b486dacdd11da8d3.tar.xz
openocd+libswd-bb5086b83e098ea9839c4d44b486dacdd11da8d3.zip
Jonas Horberg [jhorberg@sauer-danfoss.com]
Change jtag_rclk behaviour so it can be called before the interface init function git-svn-id: svn://svn.berlios.de/openocd/trunk@2590 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/startup.tcl')
-rw-r--r--src/helper/startup.tcl9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl
index 9fb537dc..14b20920 100644
--- a/src/helper/startup.tcl
+++ b/src/helper/startup.tcl
@@ -134,15 +134,6 @@ proc ocd_gdb_restart {target_num} {
reset halt
}
-# If RCLK is not supported, use fallback_speed_khz
-proc jtag_rclk {fallback_speed_khz} {
- if {[catch {jtag_khz 0}]!=0} {
- jtag_khz $fallback_speed_khz
- }
-}
-
-add_help_text jtag_rclk "fallback_speed_khz - set JTAG speed to RCLK or use fallback speed"
-
proc ocd_process_reset { MODE } {
# If this target must be halted...