X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Ftarget%2Fomap3530.cfg;h=50a3f473424632b3425ae9bd71c22e6823992f23;hb=40f361dd944803e500169337fffe7713842fd632;hp=aba6e2558ae95f263483c6cc39f6ba353039c708;hpb=d727e31af99cebff95c41fd1d2b319fddea9edd1;p=openocd.git diff --git a/tcl/target/omap3530.cfg b/tcl/target/omap3530.cfg index aba6e2558a..50a3f47342 100644 --- a/tcl/target/omap3530.cfg +++ b/tcl/target/omap3530.cfg @@ -34,10 +34,10 @@ if { [info exists JRC_TAPID ] } { jtag newtap $_CHIPNAME jrc -irlen 6 -ircapture 0x1 -irmask 0x3f \ -expected-id $_JRC_TAPID -# GDB target: Cortex-A8, using DAP +jtag configure $_CHIPNAME.jrc -event post-reset "runtest 100" -# FIXME when we have A8 support, use it. A8 != M3 ... -target create omap3.cpu cortex_m3 -chain-position $_CHIPNAME.dap +# GDB target: Cortex-A8, using DAP +target create omap3.cpu cortex_a8 -chain-position $_CHIPNAME.dap # FIXME much of this should be in reset event handlers proc omap3_dbginit { } {