X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Ftarget%2Fu8500.cfg;h=7ff39291bab86eee39d7b33943ab6d29c8856cf1;hb=246782229f8f;hp=1313efd3a22a7b00cf7951b7ed4558466a95984d;hpb=d496da2c20e579f0f8af09928049bfb04d328190;p=fw%2Fopenocd diff --git a/tcl/target/u8500.cfg b/tcl/target/u8500.cfg index 1313efd3a..7ff39291b 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 } }