tcl/target: add SPDX tag
[fw/openocd] / tcl / target / avr32.cfg
index 932b750514e1a1c6f1d217b5993a9375a0eaee09..e16d11439c998cb109de893e3ac0905dc22f3a7a 100644 (file)
@@ -1,9 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 set _CHIPNAME avr32
 set _ENDIAN big
 
 set _CPUTAPID 0x21e8203f
 
-jtag_nsrst_delay 100
+adapter srst delay 100
 jtag_ntrst_delay 100
 
 reset_config trst_and_srst separate
@@ -14,4 +16,3 @@ jtag newtap $_CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1 -expected-id $_CP
 
 set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
 target create $_TARGETNAME avr32_ap7k -endian $_ENDIAN -chain-position $_TARGETNAME
-