From: Øyvind Harboe Date: Tue, 13 Oct 2009 10:02:09 +0000 (+0200) Subject: arm11 seems to gate JTAG when srst is asserted X-Git-Tag: v0.3.0-rc0~98 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f8cd850c4d64d67eb19287449dcc8a515ce0e0b8;p=openocd arm11 seems to gate JTAG when srst is asserted --- diff --git a/tcl/target/imx31.cfg b/tcl/target/imx31.cfg index f579d6e9..61a29259 100644 --- a/tcl/target/imx31.cfg +++ b/tcl/target/imx31.cfg @@ -1,7 +1,7 @@ # imx31 config # -reset_config trst_and_srst srst_nogate +reset_config trst_and_srst srst_gates_jtag if { [info exists CHIPNAME] } { set _CHIPNAME $CHIPNAME diff --git a/tcl/target/imx35.cfg b/tcl/target/imx35.cfg index 800e142d..32748c5c 100644 --- a/tcl/target/imx35.cfg +++ b/tcl/target/imx35.cfg @@ -1,8 +1,7 @@ # imx35 config # -reset_config trst_and_srst srst_nogate - +reset_config trst_and_srst srst_gates_jtag if { [info exists CHIPNAME] } { set _CHIPNAME $CHIPNAME