summaryrefslogtreecommitdiff
path: root/tcl/board/telo.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/board/telo.cfg')
-rw-r--r--tcl/board/telo.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcl/board/telo.cfg b/tcl/board/telo.cfg
index 29066f96..7d638d7e 100644
--- a/tcl/board/telo.cfg
+++ b/tcl/board/telo.cfg
@@ -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." }