summaryrefslogtreecommitdiff
path: root/tcl/board/ethernut3.cfg
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2010-11-08 17:23:49 +0800
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-11-09 08:12:51 +0100
commite7b2958229c7e0d7e98e130764aa50d1ca9017d3 (patch)
tree93503ebca6e20ffe9ca968680b834ab75d809224 /tcl/board/ethernut3.cfg
parent4747af362de04b508c91df4004d2aed5579c8a1c (diff)
downloadopenocd+libswd-e7b2958229c7e0d7e98e130764aa50d1ca9017d3.tar.gz
openocd+libswd-e7b2958229c7e0d7e98e130764aa50d1ca9017d3.tar.bz2
openocd+libswd-e7b2958229c7e0d7e98e130764aa50d1ca9017d3.tar.xz
openocd+libswd-e7b2958229c7e0d7e98e130764aa50d1ca9017d3.zip
TCL scripts: replace "puts" with "echo"
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'tcl/board/ethernut3.cfg')
-rw-r--r--tcl/board/ethernut3.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/tcl/board/ethernut3.cfg b/tcl/board/ethernut3.cfg
index 34e9b72d..ad455273 100644
--- a/tcl/board/ethernut3.cfg
+++ b/tcl/board/ethernut3.cfg
@@ -77,10 +77,10 @@ proc board_remap {{VERBOSE 0}} {
mww 0xffe00020 0x00000001
if {$VERBOSE != 0} {
- puts "0x00000000 RAM"
- puts "0x10000000 Flash"
- puts "0x20000000 Ethernet"
- puts "0x21000000 CPLD"
- puts "0x22000000 Expansion"
+ echo "0x00000000 RAM"
+ echo "0x10000000 Flash"
+ echo "0x20000000 Ethernet"
+ echo "0x21000000 CPLD"
+ echo "0x22000000 Expansion"
}
}