use "armv4_5 core_state arm" instead of soft_reset_halt, fewer side effects

git-svn-id: svn://svn.berlios.de/openocd/trunk@2672 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2009-09-04 11:03:26 +00:00
parent b13dbc80e0
commit 0b11e4dbb4
3 changed files with 5 additions and 4 deletions

View File

@@ -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
}