aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/quark_d20xx.cfg
diff options
context:
space:
mode:
authorTomas Vanek <vanekt@fbl.cz>2018-11-12 12:18:31 +0100
committerTomas Vanek <vanekt@fbl.cz>2018-11-26 09:31:09 +0000
commitff555afc02d50ca57fc6e71787d34a8e985cf115 (patch)
tree7b44fc37832aa557720a2eab360ac1d3b8114162 /tcl/target/quark_d20xx.cfg
parent20113201df25475889a3cd9ee22c0397e4fae530 (diff)
tcl/target, board: remove useless gdb-attach event definitions
Since commit bae76053dc515252dc5c8235b9a848e461080c66 gdb-attach event is defined as halt by default. Remove useless and in case of bcm281xx wrong definitions of the event. Change-Id: I8e69780a93722eb9392673303f54d502e71eceb6 Signed-off-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-on: http://openocd.zylin.com/4763 Tested-by: jenkins Reviewed-by: Steven Stallion <sstallion@gmail.com>
Diffstat (limited to 'tcl/target/quark_d20xx.cfg')
-rw-r--r--tcl/target/quark_d20xx.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcl/target/quark_d20xx.cfg b/tcl/target/quark_d20xx.cfg
index 419f9dc4..7d718c26 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 }