X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Fethernut3.cfg;h=ad455273378346b1abc1ef3c3eb7a12837de0057;hb=1795239cfda77315ea2f4fbc028e7a411d13a7d0;hp=34e9b72d683ac4b1a951d0da0469163c7f766a6b;hpb=b559b273b526b3077b3ca219eecc8df9f86efac0;p=openocd.git diff --git a/tcl/board/ethernut3.cfg b/tcl/board/ethernut3.cfg index 34e9b72d68..ad45527337 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" } }