aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcl/target/am335x.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/tcl/target/am335x.cfg b/tcl/target/am335x.cfg
index 6fad92c3..ff92b5bf 100644
--- a/tcl/target/am335x.cfg
+++ b/tcl/target/am335x.cfg
@@ -49,9 +49,3 @@ target create $_TARGETNAME cortex_a -chain-position $_CHIPNAME.dap -dbgbase 0x80
# SRAM: 64K at 0x4030.0000; use the first 16K
$_TARGETNAME configure -work-area-phys 0x40300000 -work-area-size 0x4000
-
-$_TARGETNAME configure -event gdb-attach {
- cortex_a dbginit
- halt
-}
-