aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/lpc11uxx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/lpc11uxx.cfg')
-rw-r--r--tcl/target/lpc11uxx.cfg8
1 files changed, 5 insertions, 3 deletions
diff --git a/tcl/target/lpc11uxx.cfg b/tcl/target/lpc11uxx.cfg
index 6968fcd8..2a519fbc 100644
--- a/tcl/target/lpc11uxx.cfg
+++ b/tcl/target/lpc11uxx.cfg
@@ -43,6 +43,8 @@ $_TARGETNAME configure -work-area-phys 0x10000000 -work-area-size $_WORKAREASIZE
#set _FLASHNAME $_CHIPNAME.flash
#flash bank $_FLASHNAME lpc2000 0 0 0 0 $_TARGETNAME
-# if srst is not fitted use SYSRESETREQ to
-# perform a soft reset
-cortex_m reset_config sysresetreq
+if {![using_hla]} {
+ # if srst is not fitted use SYSRESETREQ to
+ # perform a soft reset
+ cortex_m reset_config sysresetreq
+}