tcl: replace the deprecated commands with "adapter ..."
[fw/openocd] / tcl / board / icnova_imx53_sodimm.cfg
index aa6a148a0a9cd059f9716b17f4cab8cc9798d1bd..2345ef1202fa87b06522ac87924c947399503966 100644 (file)
@@ -15,7 +15,7 @@ echo "i.MX53 SO-Dimm board lodaded."
 # Set reset type
 #reset_config srst_only
 
-adapter_khz 3000
+adapter speed 3000
 
 # Slow speed to be sure it will work
 jtag_rclk 1000
@@ -58,7 +58,7 @@ proc sodimm_init { } {
        arm core_state arm
 
        jtag_rclk 3000
-#      adapter_khz 3000
+#      adapter speed 3000
 }