tcl: replace '-ctibase' with '-baseaddr'
[fw/openocd] / tcl / target / marvell / 88f37x0.cfg
index 5e75135885f4ee57161ec262570a22c2c3238bea..5c3dd737e30fa8ab195a1c60d5b6d9fc64661964 100644 (file)
@@ -44,7 +44,7 @@ set _smp_command ""
 
 for { set _core 0 } { $_core < $_cores } { incr _core 1 } {
 
-    cti create cti$_core -dap $_CHIPNAME.dap -ctibase [lindex $_ctis $_core] -ap-num 0
+    cti create cti$_core -dap $_CHIPNAME.dap -baseaddr [lindex $_ctis $_core] -ap-num 0
 
     set _command "target create ${_TARGETNAME}$_core aarch64 \
                          -dap $_CHIPNAME.dap -coreid $_core \