use "armv4_5 core_state arm" instead of soft_reset_halt, fewer side effects
[fw/openocd] / tcl / target / lpc2148.cfg
index 0410d3665e425f45782995b8331b82331f5cb46a..fd939d996974d3559929969aa8a43e6443152b9b 100644 (file)
@@ -38,8 +38,8 @@ target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAM
 $_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x40000000 -work-area-size 0x4000 -work-area-backup 0
 
 $_TARGETNAME configure -event reset-init {
-       # Force target into ARM state.
-       soft_reset_halt
+       # Force target into ARM state
+       armv4_5 core_state arm
 
        # Do not remap 0x0000-0x0020 to anything but the flash (i.e. select
        # "User Flash Mode" where interrupt vectors are _not_ remapped,