tcl/target/ti_k3: Rename m3 target as sysctrl
[fw/openocd] / tcl / target / psoc6.cfg
index fc0c71159b66476be0dab6638015a76481fed878..bf63fd5d43246d98e019798e5f52b490a370590c 100644 (file)
@@ -6,7 +6,7 @@
 
 source [find target/swj-dp.tcl]
 
-adapter_khz 1000
+adapter speed 1000
 
 global _CHIPNAME
 if { [info exists CHIPNAME] } {
@@ -146,5 +146,5 @@ if { $_ENABLE_CM0 } {
 }
 
 if {[using_jtag]} {
-       swj_newdap $_CHIPNAME bs -irlen 18 -expected-id 0x2e200069
+       jtag newtap $_CHIPNAME bs -irlen 18 -expected-id 0x2e200069
 }