aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/imx6.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/imx6.cfg')
-rw-r--r--tcl/target/imx6.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/target/imx6.cfg b/tcl/target/imx6.cfg
index d7f0b906..622261fe 100644
--- a/tcl/target/imx6.cfg
+++ b/tcl/target/imx6.cfg
@@ -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 }