summaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2009-12-15 07:55:20 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2009-12-15 07:55:20 +0100
commitd6aff79f1a5263e920d23b6b63331437fa0a6af8 (patch)
tree56e90f3f081cb88646aea239bf1ab6d914dcd690 /tcl
parentbb77e5d32f67870e304011fc6e9d47257569f323 (diff)
downloadopenocd+libswd-d6aff79f1a5263e920d23b6b63331437fa0a6af8.tar.gz
openocd+libswd-d6aff79f1a5263e920d23b6b63331437fa0a6af8.tar.bz2
openocd+libswd-d6aff79f1a5263e920d23b6b63331437fa0a6af8.tar.xz
openocd+libswd-d6aff79f1a5263e920d23b6b63331437fa0a6af8.zip
imx31: move srst delay into config script
reset init/run now works again. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/target/imx31.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcl/target/imx31.cfg b/tcl/target/imx31.cfg
index b613ba6f..46b4f94e 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 {