Remove annoying end-of-line whitespace from tcl/* files
[fw/openocd] / tcl / board / telo.cfg
index d740db2ef767e3f0ecd7f0e0be0dc48603e285d3..a0643f74ae6965a8cd1b4eee111151a59b9afc2b 100644 (file)
@@ -8,7 +8,7 @@ source [find target/c100helper.tcl]
 
 
 # Telo board & C100 support trst and srst
-# however openocd does not support 
+# however openocd does not support
 # 1. setting srst reset pulse width
 # 2. setting delay between srst pulse and JTAG access
 # This really makes the srst useless for now.
@@ -23,7 +23,7 @@ $_TARGETNAME configure -event reset-init {
        # setup GPIO used as control signals for C100
        setupGPIO
        # This will allow acces to lower 8MB or NOR
-       lowGPIO5 
+       lowGPIO5
        # setup NOR size,timing,etc.
        setupNOR
        # setup internals + PLL + DDR2
@@ -38,10 +38,10 @@ $_TARGETNAME configure -event reset-deassert-post {
        # Force target into ARM state.
 #      soft_reset_halt # not implemented on ARM11
        puts "Detected SRSRT asserted on C100.CPU"
-       
+
 }
 
-proc power_restore {} { puts "Sensed power restore. No action." } 
+proc power_restore {} { puts "Sensed power restore. No action." }
 proc srst_deasserted {} { puts "Sensed nSRST deasserted. No action." }