X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Ftarget%2Fquark_d20xx.cfg;h=ca8f4406a5539da76d6412610e63937ebc32c4b5;hb=e6505b04892ccacf75603c3d173616f5d92809e7;hp=419f9dc4df40a6135c81589717a1ad2bc182cfcd;hpb=a4ce9a2c719b1f7536ada1c9fa8f1eb672b04897;p=fw%2Fopenocd diff --git a/tcl/target/quark_d20xx.cfg b/tcl/target/quark_d20xx.cfg index 419f9dc4d..ca8f4406a 100644 --- a/tcl/target/quark_d20xx.cfg +++ b/tcl/target/quark_d20xx.cfg @@ -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 }