X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Ftarget%2Fimx31.cfg;h=b9eddd0659d185abeddd16a9b33e1524e5c66148;hb=59beb93752c096fdfa0257ec126ee3e650140eec;hp=46b4f94e6829be5d9edfaa6175d521768475bdb3;hpb=d6aff79f1a5263e920d23b6b63331437fa0a6af8;p=fw%2Fopenocd diff --git a/tcl/target/imx31.cfg b/tcl/target/imx31.cfg index 46b4f94e6..b9eddd065 100644 --- a/tcl/target/imx31.cfg +++ b/tcl/target/imx31.cfg @@ -3,7 +3,7 @@ reset_config trst_and_srst srst_gates_jtag -jtag_nsrst_delay 5 +adapter_nsrst_delay 5 if { [info exists CHIPNAME] } { set _CHIPNAME $CHIPNAME @@ -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