From: oharboe at B. <oh...@ma...> - 2009-08-25 08:59:55
|
Author: oharboe Date: 2009-08-25 08:59:42 +0200 (Tue, 25 Aug 2009) New Revision: 2610 Modified: trunk/tcl/target/omap3530.cfg Log: use cortex_a8 instead of cortex_m3 Modified: trunk/tcl/target/omap3530.cfg =================================================================== --- trunk/tcl/target/omap3530.cfg 2009-08-25 06:58:34 UTC (rev 2609) +++ trunk/tcl/target/omap3530.cfg 2009-08-25 06:59:42 UTC (rev 2610) @@ -35,10 +35,8 @@ -expected-id $_JRC_TAPID # GDB target: Cortex-A8, using DAP +target create omap3.cpu cortex_a8 -chain-position $_CHIPNAME.dap -# FIXME when we have A8 support, use it. A8 != M3 ... -target create omap3.cpu cortex_m3 -chain-position $_CHIPNAME.dap - # FIXME much of this should be in reset event handlers proc omap3_dbginit { } { reset |