aboutsummaryrefslogtreecommitdiff
path: root/tcl/board/lemaker_hikey.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/board/lemaker_hikey.cfg
parent20113201df25475889a3cd9ee22c0397e4fae530 (diff)
downloadriscv-openocd-ff555afc02d50ca57fc6e71787d34a8e985cf115.zip
riscv-openocd-ff555afc02d50ca57fc6e71787d34a8e985cf115.tar.gz
riscv-openocd-ff555afc02d50ca57fc6e71787d34a8e985cf115.tar.bz2
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/board/lemaker_hikey.cfg')
-rw-r--r--tcl/board/lemaker_hikey.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/tcl/board/lemaker_hikey.cfg b/tcl/board/lemaker_hikey.cfg
index d724440..ee677c3 100644
--- a/tcl/board/lemaker_hikey.cfg
+++ b/tcl/board/lemaker_hikey.cfg
@@ -10,9 +10,6 @@ reset_config srst_only srst_push_pull
source [find target/hi6220.cfg]
-# halt the cores when gdb attaches
-${_TARGETNAME}0 configure -event gdb-attach "halt"
-
# make sure the default target is the boot core
targets ${_TARGETNAME}0