X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Ftarget%2Fmarvell%2F88f37x0.cfg;fp=tcl%2Ftarget%2Fmarvell%2F88f37x0.cfg;h=5c3dd737e30fa8ab195a1c60d5b6d9fc64661964;hp=5e75135885f4ee57161ec262570a22c2c3238bea;hb=360b2c27012f3f787382bee9ce0b4e4707b22dc3;hpb=ec0c23a3ab3908d9f573f7bd9b0fa33a11ec49ba diff --git a/tcl/target/marvell/88f37x0.cfg b/tcl/target/marvell/88f37x0.cfg index 5e75135885..5c3dd737e3 100644 --- a/tcl/target/marvell/88f37x0.cfg +++ b/tcl/target/marvell/88f37x0.cfg @@ -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 \