drivers/am335xgpio: Migrate to adapter gpio commands
[fw/openocd] / tcl / board / fsl_imx6q_sabresd.cfg
index 797e2de5f5a0583f6e968d766ea1516545d88fcb..faeeafb1fdbda61f66dc7ddcc989ff0389465dd9 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # Board configuration file for the Freescale IMX6Q Sabre SD EVM
 #
@@ -13,7 +15,7 @@ transport select jtag
 
 # iMX6Q POR gates JTAG and the chip is completely incommunicado
 # over JTAG for at least 10ms after nSRST is deasserted
-adapter_nsrst_delay 11
+adapter srst delay 11
 
 # Source generic iMX6Q target configuration
 set CHIPNAME imx6q
@@ -143,7 +145,5 @@ proc imx6q_sabresd_init { } {
 $_TARGETNAME.0 configure -event reset-assert { }
 # hook the init function into the reset-init event
 $_TARGETNAME.0 configure -event reset-init { imx6q_sabresd_init }
-# make sure target is halted when gdb attaches
-$_TARGETNAME.0 configure -event gdb-attach { halt }
 # set a slow default JTAG clock, can be overridden later
-adapter_khz 1000
+adapter speed 1000