]> git.sur5r.net Git - openocd/commitdiff
tcl/target/am335x.cfg: Drop gdb-attach stanza
authorTom Rini <trini@ti.com>
Fri, 21 Mar 2014 13:48:33 +0000 (09:48 -0400)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sun, 22 Jun 2014 08:30:39 +0000 (08:30 +0000)
This isn't needed nor a recommended practice now, was a simple
copy/paste from amdm37x.cfg anyhow.

Change-Id: I064226dc859d7563cfad945b577279fc37448645
Signed-off-by: Tom Rini <trini@ti.com>
Reviewed-on: http://openocd.zylin.com/2068
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
tcl/target/am335x.cfg

index 6fad92c311db7c183b10f7a0f006e15d6398eed4..ff92b5bf3a989ce1329923dd61bdef3dc68a37e5 100644 (file)
@@ -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
-}
-