mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 08:38:14 +10:00
arm11 seems to gate JTAG when srst is asserted
This commit is contained in:
parent
86cbbe8a4a
commit
f8cd850c4d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user