tcl/target, board: remove useless gdb-attach event definitions
[fw/openocd] / tcl / target / altera_fpgasoc.cfg
index 1fbc5a375a08402679e8ae8e01b9e2b99ca5f660..9a83b5ccb0d2c0b19e11c14248345b1698863679 100644 (file)
@@ -48,7 +48,6 @@ target create $_TARGETNAME1 cortex_a -dap $_CHIPNAME.dap \
 
 $_TARGETNAME1 configure -event reset-start { adapter_khz 1000 }
 $_TARGETNAME1 configure -event reset-assert-post "cycv_dbginit $_TARGETNAME1"
-$_TARGETNAME1 configure -event gdb-attach { halt }
 
 
 # A9 core 1
@@ -57,7 +56,6 @@ $_TARGETNAME1 configure -event gdb-attach { halt }
 
 #$_TARGETNAME2 configure -event reset-start { adapter_khz 1000 }
 #$_TARGETNAME2 configure -event reset-assert-post "cycv_dbginit $_TARGETNAME2"
-#$_TARGETNAME2 configure -event gdb-attach { halt }
 
 proc cycv_dbginit {target} {
         # General Cortex-A8/A9 debug initialisation