tcl/target: add SPDX tag
[fw/openocd] / tcl / target / quark_d20xx.cfg
index 419f9dc4df40a6135c81589717a1ad2bc182cfcd..ca8f4406a5539da76d6412610e63937ebc32c4b5 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 if { [info exists CPUTAPID] } {
    set _CPUTAPID $CPUTAPID
 } else {
@@ -33,8 +35,6 @@ jtag configure quark_d20xx.quark -event tap-disable \
 
 target create quark_d20xx.quark quark_d20xx -endian little -chain-position quark_d20xx.quark
 
-quark_d20xx.quark configure -event gdb-attach { halt }
-
 quark_d20xx.quark configure -event reset-start {
        # need to halt the target to write to memory
        if {[quark_d20xx.quark curstate] ne "halted"} { halt }