]> git.sur5r.net Git - openocd/blobdiff - tcl/target/imx6.cfg
Remove jtag_rclk from target configs
[openocd] / tcl / target / imx6.cfg
index d7f0b90662296e73a03024c53f558e68ad015ff0..622261fe6cfd12e471df8f340e2009a1281eabbc 100644 (file)
@@ -51,8 +51,8 @@ proc imx6_dbginit {target} {
 }
 
 # Slow speed to be sure it will work
-jtag_rclk 1000
-$_TARGETNAME configure -event reset-start { jtag_rclk 1000 }
+adapter_khz 1000
+$_TARGETNAME configure -event reset-start { adapter_khz 1000 }
 
 $_TARGETNAME configure -event reset-assert-post "imx6_dbginit $_TARGETNAME"
 $_TARGETNAME configure -event gdb-attach { halt }