X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Ftarget%2Fu8500.cfg;h=7ff39291bab86eee39d7b33943ab6d29c8856cf1;hp=1313efd3a22a7b00cf7951b7ed4558466a95984d;hb=246782229f8f7536bee66322dbe7f366b85628ec;hpb=d496da2c20e579f0f8af09928049bfb04d328190 diff --git a/tcl/target/u8500.cfg b/tcl/target/u8500.cfg index 1313efd3a2..7ff39291ba 100644 --- a/tcl/target/u8500.cfg +++ b/tcl/target/u8500.cfg @@ -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 } }