summaryrefslogtreecommitdiff
path: root/tcl/target/lpc2378.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/lpc2378.cfg')
-rw-r--r--tcl/target/lpc2378.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/lpc2378.cfg b/tcl/target/lpc2378.cfg
index 270cd4d1..d34ffae6 100644
--- a/tcl/target/lpc2378.cfg
+++ b/tcl/target/lpc2378.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
}