summaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-04 08:23:24 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-04 08:23:24 +0000
commit2e29131f2b858c57430c703f73736364b51cb729 (patch)
tree40343f4bc9ae0fc208a2a5e56bb584cbd1273cfc /tcl
parent81b57a3fb615e107e0e6b5e99f7fe0a72a977d50 (diff)
downloadopenocd+libswd-2e29131f2b858c57430c703f73736364b51cb729.tar.gz
openocd+libswd-2e29131f2b858c57430c703f73736364b51cb729.tar.bz2
openocd+libswd-2e29131f2b858c57430c703f73736364b51cb729.tar.xz
openocd+libswd-2e29131f2b858c57430c703f73736364b51cb729.zip
set ARM mode using explicit command rather than soft_reset_halt which has lots of side effects.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2669 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl')
-rw-r--r--tcl/target/lpc2478.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/lpc2478.cfg b/tcl/target/lpc2478.cfg
index 2c8fdce3..1d2058b0 100644
--- a/tcl/target/lpc2478.cfg
+++ b/tcl/target/lpc2478.cfg
@@ -35,7 +35,7 @@ $_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x40000000 -work-area-s
$_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
}