tcl/target: add SPDX tag
[fw/openocd] / tcl / target / dsp568013.cfg
index c0c1df2bcd5554e09fa57fa5944f8412a39a3d70..5cf5c02d088c66b3fb2ed9fab0e4441b76cb786f 100644 (file)
@@ -1,12 +1,14 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # Script for freescale DSP568013
 
-if { [info exists CHIPNAME] } {        
+if { [info exists CHIPNAME] } {
    set _CHIPNAME $CHIPNAME
 } else {
    set _CHIPNAME dsp568013
 }
 
-if { [info exists ENDIAN] } {  
+if { [info exists ENDIAN] } {
    set _ENDIAN $ENDIAN
 } else {
   # this defaults to a big endian
@@ -35,7 +37,7 @@ set _TARGETNAME $_CHIPNAME.cpu
 target create $_TARGETNAME dsp5680xx -endian $_ENDIAN -chain-position $_TARGETNAME
 
 # Setup the interesting tap
-# Disable polling to be able to get idcode from core tap. If re enabled, can be re enabled, but it should be disabled to correctly unlock flash (operations requiere certain instruction to be in the IR register during reset, and polling would change this)
+# Disable polling to be able to get idcode from core tap. If re enabled, can be re enabled, but it should be disabled to correctly unlock flash (operations require certain instruction to be in the IR register during reset, and polling would change this)
 jtag configure $_CHIPNAME.chp -event setup "
      jtag tapenable $_TARGETNAME
      poll off