Browse Source

arm11 seems to gate JTAG when srst is asserted

tags/v0.3.0-rc0
Øyvind Harboe 14 years ago
parent
commit
f8cd850c4d
2 changed files with 2 additions and 3 deletions
  1. +1
    -1
      tcl/target/imx31.cfg
  2. +1
    -2
      tcl/target/imx35.cfg

+ 1
- 1
tcl/target/imx31.cfg View File

@@ -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
- 2
tcl/target/imx35.cfg View File

@@ -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…
Cancel
Save