aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/klx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/klx.cfg')
-rw-r--r--tcl/target/klx.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcl/target/klx.cfg b/tcl/target/klx.cfg
index 36b6ed59..84f6535e 100644
--- a/tcl/target/klx.cfg
+++ b/tcl/target/klx.cfg
@@ -56,9 +56,9 @@ if {[using_hla]} {
echo " it without mass erase. Don't set write protection on the first block."
echo "!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!"
echo ""
-} {
- # Detect secured MCU or boot lock-up in RESET/WDOG loop
- $_CHIPNAME.cpu configure -event examine-start {
+} else {
+ # Detect secured MCU
+ $_TARGETNAME configure -event examine-fail {
kinetis mdm check_security
}