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
@@ -60,8 +60,8 @@ set _TARGETNAME $_CHIPNAME.cpu
|
||||
target create $_TARGETNAME arm11 -endian $_ENDIAN -chain-position $_TARGETNAME
|
||||
|
||||
|
||||
proc power_restore {} { puts "Sensed power restore. No action." }
|
||||
proc srst_deasserted {} { puts "Sensed nSRST deasserted. No action." }
|
||||
proc power_restore {} { echo "Sensed power restore. No action." }
|
||||
proc srst_deasserted {} { echo "Sensed nSRST deasserted. No action." }
|
||||
|
||||
# trace setup ... NOTE, "normal full" mode fudges the real ETMv3.1 mode
|
||||
etm config $_TARGETNAME 16 normal full etb
|
||||
|
||||
Reference in New Issue
Block a user