X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Ftarget%2Fk60.cfg;h=a368e0b26dad73161ca6a8e24ab5e4a544ec02dc;hp=7ac8bb59b1f385d064d95667409d05087f3b6d57;hb=c7384117c66e8f18896ca09ab8095d6da16bb1e5;hpb=b7d2cdc0d4fc319169c60362708a67e2ff626525 diff --git a/tcl/target/k60.cfg b/tcl/target/k60.cfg index 7ac8bb59b1..a368e0b26d 100644 --- a/tcl/target/k60.cfg +++ b/tcl/target/k60.cfg @@ -34,6 +34,8 @@ target create $_TARGETNAME cortex_m -chain-position $_CHIPNAME.cpu $_CHIPNAME.cpu configure -event examine-start { puts "START..." ; } $_CHIPNAME.cpu configure -event examine-end { puts "END..." ; } -# 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 +}