From d6aff79f1a5263e920d23b6b63331437fa0a6af8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Harboe?= Date: Tue, 15 Dec 2009 07:55:20 +0100 Subject: [PATCH] imx31: move srst delay into config script MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit reset init/run now works again. Signed-off-by: Øyvind Harboe --- tcl/target/imx31.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tcl/target/imx31.cfg b/tcl/target/imx31.cfg index b613ba6fce..46b4f94e68 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 { -- 2.30.2