tcl: add SPDX tag
[fw/openocd] / tcl / board / fsl_imx6q_sabresd.cfg
index e1f0892f038da703bc1662e9cc2f13dcae29e332..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
@@ -144,4 +146,4 @@ $_TARGETNAME.0 configure -event reset-assert { }
 # hook the init function into the reset-init event
 $_TARGETNAME.0 configure -event reset-init { imx6q_sabresd_init }
 # set a slow default JTAG clock, can be overridden later
-adapter_khz 1000
+adapter speed 1000