]> git.sur5r.net Git - openocd/commitdiff
use cortex_a8 instead of cortex_m3
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 25 Aug 2009 06:59:42 +0000 (06:59 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 25 Aug 2009 06:59:42 +0000 (06:59 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2610 b42882b7-edfa-0310-969c-e2dbd0fdcd60

tcl/target/omap3530.cfg

index aba6e2558ae95f263483c6cc39f6ba353039c708..22328a2182f6c11114b8ad01249270035d24cf11 100644 (file)
@@ -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 { } {