Added tcl config scripts for SAM3A/X targets and devboard
[fw/openocd] / tcl / target / dsp56321.cfg
index 45068370595e3ca02971d43dd24114db224c269f..6f3222373f36e04368fd721b367521d753f5305a 100644 (file)
@@ -2,27 +2,26 @@
 #
 
 if { [info exists CHIPNAME] } {        
-   set  _CHIPNAME $CHIPNAME    
-} else {        
-   set  _CHIPNAME dsp56321
+   set _CHIPNAME $CHIPNAME
+} else {
+   set _CHIPNAME dsp56321
 }
 
 if { [info exists ENDIAN] } {  
-   set  _ENDIAN $ENDIAN    
-} else {        
+   set _ENDIAN $ENDIAN
+} else {
   # this defaults to a big endian
-   set  _ENDIAN big
+   set _ENDIAN big
 }
 
-if { [info exists CPUTAPID ] } {
+if { [info exists CPUTAPID] } {
    set _CPUTAPID $CPUTAPID
 } else {
-  # force an error till we get a good number
    set _CPUTAPID 0x1181501d
 }
 
 #jtag speed
-jtag_khz 4500
+adapter_khz 4500
 
 #has only srst
 reset_config srst_only