From: Øyvind H. <go...@us...> - 2009-12-15 07:58:05
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via d6aff79f1a5263e920d23b6b63331437fa0a6af8 (commit) from bb77e5d32f67870e304011fc6e9d47257569f323 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d6aff79f1a5263e920d23b6b63331437fa0a6af8 Author: Ãyvind Harboe <oyv...@zy...> Date: Tue Dec 15 07:55:20 2009 +0100 imx31: move srst delay into config script reset init/run now works again. Signed-off-by: Ãyvind Harboe <oyv...@zy...> diff --git a/tcl/target/imx31.cfg b/tcl/target/imx31.cfg index b613ba6..46b4f94 100644 --- a/tcl/target/imx31.cfg +++ b/tcl/target/imx31.cfg @@ -3,6 +3,8 @@ reset_config trst_and_srst srst_gates_jtag +jtag_nsrst_delay 5 + if { [info exists CHIPNAME] } { set _CHIPNAME $CHIPNAME } else { ----------------------------------------------------------------------- Summary of changes: tcl/target/imx31.cfg | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- Main OpenOCD repository |