tcl/target: replace event trace-config
[fw/openocd] / tcl / target / samsung_s3c4510.cfg
index 461d0478ac73ed8f4e6b04615fa2fda3e5efa8b8..45bed2f9a465c7c61d261a70baab81806b1767f3 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 if { [info exists CHIPNAME] } {
    set _CHIPNAME $CHIPNAME
 } else {
@@ -21,4 +23,3 @@ jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CP
 
 set _TARGETNAME $_CHIPNAME.cpu
 target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME
-