]> git.gag.com Git - fw/openocd/blobdiff - tcl/target/telo.cfg
Remove annoying EOL whitespace (again, sigh).
[fw/openocd] / tcl / target / telo.cfg
index 29066f960668e49fa9e9a3f4fa161ec84a2ec68b..7d638d7eb06a30d72b3674d59b99ccf19ecaacee 100644 (file)
@@ -11,7 +11,7 @@ source [find c100helper.tcl]
 # Note that libftd2xx.so tries to assert srst
 # which break this script
 # use libftdi.so library instead with this script
-# make the reset asserted to 
+# make the reset asserted to
 # allow RC circuit to discharge for: [ms]
 jtag_nsrst_assert_width 100
 jtag_ntrst_assert_width 100
@@ -39,7 +39,7 @@ $_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"
-       
+
 }
 
 $_TARGETNAME configure -event reset-assert-post {
@@ -47,7 +47,7 @@ $_TARGETNAME configure -event reset-assert-post {
   #sleep 10
 }
 
-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." }