summaryrefslogtreecommitdiff
path: root/tcl/chip/st/spear/quirk_no_srst.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/chip/st/spear/quirk_no_srst.tcl')
-rw-r--r--tcl/chip/st/spear/quirk_no_srst.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/chip/st/spear/quirk_no_srst.tcl b/tcl/chip/st/spear/quirk_no_srst.tcl
index df227642..fd02d07c 100644
--- a/tcl/chip/st/spear/quirk_no_srst.tcl
+++ b/tcl/chip/st/spear/quirk_no_srst.tcl
@@ -37,9 +37,9 @@ proc sp_reset_deassert_post {} {
set bar(3) \\
poll on
- puts "====> Press reset button on the board <===="
+ echo "====> Press reset button on the board <===="
for {set i 0} { [sp_is_halted] == 0 } { set i [expr $i + 1]} {
- puts -nonewline "$bar([expr $i & 3])\r"
+ echo -n "$bar([expr $i & 3])\r"
sleep 200
}