]> git.sur5r.net Git - openocd/blobdiff - tcl/target/imx51.cfg
target: Pull out the jtag_rtck from iMX5x files
[openocd] / tcl / target / imx51.cfg
index 0ee388c93ee682a3a2f5ee995ad763efc8661e54..15d5c048f2216ccc9eed63f57cce1384c940c192 100644 (file)
@@ -44,8 +44,4 @@ proc imx51_dbginit {target} {
      cortex_a dbginit
 }
 
-# Slow speed to be sure it will work
-jtag_rclk 1000
-$_TARGETNAME configure -event "reset-start" { jtag_rclk 1000 }
-
 $_TARGETNAME configure -event reset-assert-post "imx51_dbginit $_TARGETNAME"