X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Ftarget%2Fquark_d20xx.cfg;h=7d718c26dc2ef22d1278904f4c6e102bf14e598f;hp=419f9dc4df40a6135c81589717a1ad2bc182cfcd;hb=ff555afc02d50ca57fc6e71787d34a8e985cf115;hpb=20113201df25475889a3cd9ee22c0397e4fae530 diff --git a/tcl/target/quark_d20xx.cfg b/tcl/target/quark_d20xx.cfg index 419f9dc4df..7d718c26dc 100644 --- a/tcl/target/quark_d20xx.cfg +++ b/tcl/target/quark_d20xx.cfg @@ -33,8 +33,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 }