aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/kl25.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/kl25.cfg')
-rw-r--r--tcl/target/kl25.cfg8
1 files changed, 5 insertions, 3 deletions
diff --git a/tcl/target/kl25.cfg b/tcl/target/kl25.cfg
index c2126c2c..7b14ecc8 100644
--- a/tcl/target/kl25.cfg
+++ b/tcl/target/kl25.cfg
@@ -55,9 +55,11 @@ flash bank $_FLASHNAME kinetis 0 0 0 0 $_TARGETNAME
# specifies up to 1MHz for VLPR mode.
adapter_khz 1000
-# 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
+}
$_TARGETNAME configure -event reset-init {
# Table 5-1. Clock Summary of KL25 Sub-Family Reference Manual