aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/kl46.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/kl46.cfg')
-rw-r--r--tcl/target/kl46.cfg8
1 files changed, 5 insertions, 3 deletions
diff --git a/tcl/target/kl46.cfg b/tcl/target/kl46.cfg
index 156ae9f2..074f26aa 100644
--- a/tcl/target/kl46.cfg
+++ b/tcl/target/kl46.cfg
@@ -43,6 +43,8 @@ $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE
set _FLASHNAME $_CHIPNAME.flash
flash bank $_FLASHNAME kinetis 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
+}