tcl: replace the deprecated commands with "adapter ..."
[fw/openocd] / tcl / board / imx53loco.cfg
index 06c3993781e93d6eb1481ca1833f179022b87741..57473ead25a624baed1af27debae1b7015b9b2ce 100644 (file)
@@ -13,7 +13,7 @@ echo "iMX53 Loco 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
@@ -59,7 +59,7 @@ proc loco_init { } {
        arm core_state arm
 
        jtag_rclk 3000
-#      adapter_khz 3000
+#      adapter speed 3000
 }