smp: replace commands smp_on/smp_off with "smp [on|off]"
[fw/openocd] / tcl / target / u8500.cfg
index 1313efd3a22a7b00cf7951b7ed4558466a95984d..7ff39291bab86eee39d7b33943ab6d29c8856cf1 100644 (file)
@@ -19,12 +19,12 @@ proc ocd_gdb_restart {target_id} {
        global _SMP
     targets $_TARGETNAME_1
        if { [expr ($_SMP == 1)] } {
-       cortex_a smp_off
+       cortex_a smp off
        }
        rst_run
        halt
        if { [expr ($_SMP == 1)]} {
-       cortex_a smp_on
+       cortex_a smp on
        }
 }