X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Ftarget%2Flpc11uxx.cfg;fp=tcl%2Ftarget%2Flpc11uxx.cfg;h=2a519fbc7f20daea9a8c4791960b822a78ef2e13;hb=c7384117c66e8f18896ca09ab8095d6da16bb1e5;hp=6968fcd8789739bd8954556ee7859a988b5e115e;hpb=f701c0cbeb346df4cda378d3b4d5136aabba3b37;p=openocd.git diff --git a/tcl/target/lpc11uxx.cfg b/tcl/target/lpc11uxx.cfg index 6968fcd878..2a519fbc7f 100644 --- a/tcl/target/lpc11uxx.cfg +++ b/tcl/target/lpc11uxx.cfg @@ -43,6 +43,8 @@ $_TARGETNAME configure -work-area-phys 0x10000000 -work-area-size $_WORKAREASIZE #set _FLASHNAME $_CHIPNAME.flash #flash bank $_FLASHNAME lpc2000 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 +}