tcl: replace the deprecated commands with "adapter ..."
[fw/openocd] / tcl / board / imx53-m53evk.cfg
index eada27ab6baa7b62d135cce239da11154609736c..d18afc73a1fc8b4b57bc3dcf313a012c7dfb106f 100644 (file)
@@ -18,7 +18,7 @@ echo "iMX53 M53EVK board lodaded."
 reset_config trst_and_srst separate trst_open_drain srst_open_drain
 
 # Run at 6 MHz
-adapter_khz 6000
+adapter speed 6000
 
 $_TARGETNAME configure -event "reset-assert" {
        echo "Reseting ...."