diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-10-13 12:02:09 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-10-13 12:10:23 +0200 |
commit | f8cd850c4d64d67eb19287449dcc8a515ce0e0b8 (patch) | |
tree | 9015b734c8f8912bfc1c16038e02661cfa8248b4 | |
parent | 86cbbe8a4a0d7568d56617222cf1c672fc87c68e (diff) | |
download | openocd+libswd-f8cd850c4d64d67eb19287449dcc8a515ce0e0b8.tar.gz openocd+libswd-f8cd850c4d64d67eb19287449dcc8a515ce0e0b8.tar.bz2 openocd+libswd-f8cd850c4d64d67eb19287449dcc8a515ce0e0b8.tar.xz openocd+libswd-f8cd850c4d64d67eb19287449dcc8a515ce0e0b8.zip |
arm11 seems to gate JTAG when srst is asserted
-rw-r--r-- | tcl/target/imx31.cfg | 2 | ||||
-rw-r--r-- | tcl/target/imx35.cfg | 3 |
2 files changed, 2 insertions, 3 deletions
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 |