diff options
Diffstat (limited to 'tcl/board/ethernut3.cfg')
-rw-r--r-- | tcl/board/ethernut3.cfg | 10 |
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" } } |