X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Ftelo.cfg;h=7d638d7eb06a30d72b3674d59b99ccf19ecaacee;hb=32599fab1ac1f77b8f64fde0cd7668bd0f5f1c50;hp=29066f960668e49fa9e9a3f4fa161ec84a2ec68b;hpb=aaf1daa056103f711a7498914b9b5b76cb64c1b3;p=openocd.git diff --git a/tcl/board/telo.cfg b/tcl/board/telo.cfg index 29066f9606..7d638d7eb0 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." }