tcl/fpga: add Lattice MachXO3 family support
[fw/openocd] / tcl / target / imx6.cfg
index f359346d7aa02d55d62d8939b8bf847c71f78efb..c9b6acf79d7d3eb9ac12b549f93f38595904590a 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # Freescale i.MX6 series
 #
@@ -75,7 +77,7 @@ proc imx6_dbginit {target} {
 }
 
 # Slow speed to be sure it will work
-adapter_khz 1000
-$_TARGETNAME configure -event reset-start { adapter_khz 1000 }
+adapter speed 1000
+$_TARGETNAME configure -event reset-start { adapter speed 1000 }
 
 $_TARGETNAME configure -event reset-assert-post "imx6_dbginit $_TARGETNAME"