TCL scripts: replace "puts" with "echo"
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Øyvind Harboe
parent
4747af362d
commit
e7b2958229
@@ -18,7 +18,7 @@ $_TARGETNAME configure -event reset-init { dm355evm_init }
|
||||
proc dm355evm_init {} {
|
||||
global dm355
|
||||
|
||||
puts "Initialize DM355 EVM board"
|
||||
echo "Initialize DM355 EVM board"
|
||||
|
||||
# CLKIN = 24 MHz ... can't talk quickly to ARM yet
|
||||
jtag_rclk 1500
|
||||
|
||||
Reference in New Issue
Block a user