tcl/target/stm32f4x: fix name
[fw/openocd] / tcl / target / imx6.cfg
index f359346d7aa02d55d62d8939b8bf847c71f78efb..29453346a45b0f509ee703e67dc5e6166259518a 100644 (file)
@@ -75,7 +75,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"