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.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/tcl/board/telo.cfg b/tcl/board/telo.cfg
index d740db2e..a0643f74 100644
--- a/tcl/board/telo.cfg
+++ b/tcl/board/telo.cfg
@@ -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." }