From 6efaa95c44f57d1789ca8cd6cec8bba2f75b0cb5 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Wed, 7 Oct 2009 23:29:18 -0700 Subject: [PATCH] make OMAP5912 resets more reliable Without some extra delay after releasing SRST, we seemed to be trying to talk to the TAP before it was ready to respond. Signed-off-by: David Brownell --- tcl/target/omap5912.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tcl/target/omap5912.cfg b/tcl/target/omap5912.cfg index 30650cfbed..b578457b40 100644 --- a/tcl/target/omap5912.cfg +++ b/tcl/target/omap5912.cfg @@ -14,6 +14,8 @@ if { [info exists CPUTAPID ] } { set _CPUTAPID 0x0692602f } +jtag_nsrst_delay 100 + # NOTE: presumes irlen 38 is the C55x DSP, matching BSDL for # its standalone siblings (like TMS320VC5502) of the same era -- 2.30.2