tcl/target, board: remove useless gdb-attach event definitions
[fw/openocd] / tcl / board / fsl_imx6q_sabresd.cfg
index 797e2de5f5a0583f6e968d766ea1516545d88fcb..e1f0892f038da703bc1662e9cc2f13dcae29e332 100644 (file)
@@ -143,7 +143,5 @@ proc imx6q_sabresd_init { } {
 $_TARGETNAME.0 configure -event reset-assert { }
 # hook the init function into the reset-init event
 $_TARGETNAME.0 configure -event reset-init { imx6q_sabresd_init }
-# make sure target is halted when gdb attaches
-$_TARGETNAME.0 configure -event gdb-attach { halt }
 # set a slow default JTAG clock, can be overridden later
 adapter_khz 1000