]> git.gag.com Git - fw/openocd/blobdiff - tcl/target/imx53.cfg
target: Pull out the jtag_rtck from iMX5x files
[fw/openocd] / tcl / target / imx53.cfg
index 61fabc8a73814afeba5f20ce4e0cbb4e3bd6f56a..e77bc340d0aaf3332c45ff68ce39be2997d93116 100644 (file)
@@ -44,8 +44,4 @@ proc imx53_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 "imx53_dbginit $_TARGETNAME"