X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=tcl%2Ftarget%2Fks869x.cfg;h=06e710b6e88475ab852c155aac1d69bd4e0a31f5;hb=60abbda8bcb19e26e073605ec43fdd0f42416567;hp=cd22ae8d7b740f0b6a060d043865f7249736efb2;hpb=1a06fc6047f4a3090776f5dc62f52f249699c295;p=fw%2Fopenocd diff --git a/tcl/target/ks869x.cfg b/tcl/target/ks869x.cfg index cd22ae8d7..06e710b6e 100644 --- a/tcl/target/ks869x.cfg +++ b/tcl/target/ks869x.cfg @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + # ARM920T CPU if { [info exists CHIPNAME] } { @@ -18,14 +20,14 @@ if { [info exists CPUTAPID] } { set _CPUTAPID 0x00922f0f } -adapter_khz 6000 +adapter speed 6000 # jtag scan chain jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID set _TARGETNAME $_CHIPNAME.cpu -target create $_TARGETNAME arm920t -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm920t +target create $_TARGETNAME arm920t -endian $_ENDIAN -chain-position $_TARGETNAME $_TARGETNAME configure -work-area-phys 0x20000 -work-area-size 0x20000 -work-area-backup 0