omap4460: add initial TCL support for the omap4460 es1.0
[fw/openocd] / tcl / target / dsp56321.cfg
index 281c4ddd47215faa486d7fcc01f08d8feade29f5..6f3222373f36e04368fd721b367521d753f5305a 100644 (file)
@@ -2,22 +2,21 @@
 #
 
 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
 }