X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Ftarget%2Fkl25.cfg;h=7b14ecc8ec17a25dc496ae2ba16854a271d4c748;hp=c2126c2c2d2414651dcfdf269f5a00d9fa8f72a2;hb=c7384117c66e8f18896ca09ab8095d6da16bb1e5;hpb=f701c0cbeb346df4cda378d3b4d5136aabba3b37;ds=sidebyside diff --git a/tcl/target/kl25.cfg b/tcl/target/kl25.cfg index c2126c2c2d..7b14ecc8ec 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