]> git.sur5r.net Git - openocd/blobdiff - tcl/target/sam7se512.cfg
make OMAP5912 resets more reliable
[openocd] / tcl / target / sam7se512.cfg
index 98e952c310438e9c97de29cca42082556d6b9e4a..4b1d85bff65809e4252cd8cbfd050624363d409a 100644 (file)
@@ -1,17 +1,17 @@
 
-# ATMEL sam7se512 
+# ATMEL sam7se512
 # Example: the "Elektor Internet Radio" - EIR
 # http://www.ethernut.de/en/hardware/eir/index.html
 
-if { [info exists CHIPNAME] } {        
-   set  _CHIPNAME $CHIPNAME    
-} else {        
+if { [info exists CHIPNAME] } {
+   set  _CHIPNAME $CHIPNAME
+} else {
    set  _CHIPNAME sam7se512
 }
 
-if { [info exists ENDIAN] } {  
-   set  _ENDIAN $ENDIAN    
-} else {        
+if { [info exists ENDIAN] } {
+   set  _ENDIAN $ENDIAN
+} else {
    set  _ENDIAN little
 }