X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Ftarget%2Fat91sam3XXX.cfg;h=6af1f5cc2aac4c33e30c27616c3e514698254f7a;hb=c7384117c66e8f18896ca09ab8095d6da16bb1e5;hp=caadc5361cf96dc4359f33b384fc968229c5e66e;hpb=f701c0cbeb346df4cda378d3b4d5136aabba3b37;p=openocd.git diff --git a/tcl/target/at91sam3XXX.cfg b/tcl/target/at91sam3XXX.cfg index caadc5361c..6af1f5cc2a 100644 --- a/tcl/target/at91sam3XXX.cfg +++ b/tcl/target/at91sam3XXX.cfg @@ -80,6 +80,8 @@ if {[using_jtag]} { jtag_ntrst_delay 100 } -# 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 +}