From: oharboe at B. <oh...@ma...> - 2009-09-04 10:23:25
|
Author: oharboe Date: 2009-09-04 10:23:24 +0200 (Fri, 04 Sep 2009) New Revision: 2669 Modified: trunk/tcl/target/lpc2478.cfg Log: set ARM mode using explicit command rather than soft_reset_halt which has lots of side effects. Modified: trunk/tcl/target/lpc2478.cfg =================================================================== --- trunk/tcl/target/lpc2478.cfg 2009-09-04 08:22:02 UTC (rev 2668) +++ trunk/tcl/target/lpc2478.cfg 2009-09-04 08:23:24 UTC (rev 2669) @@ -35,7 +35,7 @@ $_TARGETNAME configure -event reset-init { # Force target into ARM state - soft_reset_halt + armv4_5 core_state arm # Do not remap 0x0000-0x0020 to anything but the Flash mwb 0xE01FC040 0x01 } |