tcl/target: add SPDX tag
[fw/openocd] / tcl / target / dsp568037.cfg
index 01194d0028ad2f18965dcf0c10d282b3138dcfcd..5d868111b414da26188d679e20d79f7200a170c5 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # Script for freescale DSP568037
 
 if { [info exists CHIPNAME] } {
@@ -20,7 +22,7 @@ if { [info exists CPUTAPID] } {
 }
 
 #jtag speed
-adapter_khz 800
+adapter speed 800
 
 reset_config srst_only
 
@@ -69,4 +71,3 @@ $_TARGETNAME configure -work-area-virt 0
 #setup flash
 set _FLASHNAME $_CHIPNAME.flash
 flash bank $_FLASHNAME dsp5680xx_flash 0 0 2 1 $_TARGETNAME
-