diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-08-25 06:59:42 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-08-25 06:59:42 +0000 |
commit | 9df861b0c0974b4bd734e76f352198d37a5fa21e (patch) | |
tree | fb96723acdad928a7c897f179ab193127fd97de7 /tcl | |
parent | 1d0b276c9f7578ec857ff4c4ecd96dc6add6dd57 (diff) | |
download | openocd+libswd-9df861b0c0974b4bd734e76f352198d37a5fa21e.tar.gz openocd+libswd-9df861b0c0974b4bd734e76f352198d37a5fa21e.tar.bz2 openocd+libswd-9df861b0c0974b4bd734e76f352198d37a5fa21e.tar.xz openocd+libswd-9df861b0c0974b4bd734e76f352198d37a5fa21e.zip |
use cortex_a8 instead of cortex_m3
git-svn-id: svn://svn.berlios.de/openocd/trunk@2610 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/target/omap3530.cfg | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tcl/target/omap3530.cfg b/tcl/target/omap3530.cfg index aba6e255..22328a21 100644 --- a/tcl/target/omap3530.cfg +++ b/tcl/target/omap3530.cfg @@ -35,9 +35,7 @@ jtag newtap $_CHIPNAME jrc -irlen 6 -ircapture 0x1 -irmask 0x3f \ -expected-id $_JRC_TAPID # GDB target: Cortex-A8, using DAP - -# FIXME when we have A8 support, use it. A8 != M3 ... -target create omap3.cpu cortex_m3 -chain-position $_CHIPNAME.dap +target create omap3.cpu cortex_a8 -chain-position $_CHIPNAME.dap # FIXME much of this should be in reset event handlers proc omap3_dbginit { } { |