tcl/target/stm32l4x: set default WORKAREASIZE to smallest device
[fw/openocd] / tcl / target / quark_d20xx.cfg
index 419f9dc4df40a6135c81589717a1ad2bc182cfcd..7d718c26dc2ef22d1278904f4c6e102bf14e598f 100644 (file)
@@ -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 }