]> git.sur5r.net Git - openocd/commitdiff
imx31: move srst delay into config script
authorØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 15 Dec 2009 06:55:20 +0000 (07:55 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 15 Dec 2009 06:55:20 +0000 (07:55 +0100)
reset init/run now works again.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
tcl/target/imx31.cfg

index b613ba6fce471f00ddbf6ecda9c507a98cf56259..46b4f94e6829be5d9edfaa6175d521768475bdb3 100644 (file)
@@ -3,6 +3,8 @@
 
 reset_config trst_and_srst srst_gates_jtag
 
+jtag_nsrst_delay 5
+
 if { [info exists CHIPNAME] } {
    set  _CHIPNAME $CHIPNAME
 } else {