This is an automated email from Gerrit. Tom Rini ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2068
-- gerrit commit 14d3621a4a1444e2ebbde13473001a9671c65081 Author: Tom Rini <[email protected]> Date: Fri Mar 21 09:48:33 2014 -0400 tcl/target/am335x.cfg: Drop gdb-attach stanza 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 <[email protected]> diff --git a/tcl/target/am335x.cfg b/tcl/target/am335x.cfg index 6fad92c..ff92b5b 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 -} - -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
