diff options
Diffstat (limited to 'tcl/target/lpc2294.cfg')
-rw-r--r-- | tcl/target/lpc2294.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tcl/target/lpc2294.cfg b/tcl/target/lpc2294.cfg index 6f341717..ecf05998 100644 --- a/tcl/target/lpc2294.cfg +++ b/tcl/target/lpc2294.cfg @@ -14,8 +14,7 @@ if { [info exists CPUTAPID ] } { adapter_nsrst_delay 200 jtag_ntrst_delay 200 -#use combined on interfaces or targets that can't set TRST/SRST separately -reset_config trst_and_srst srst_pulls_trst +reset_config trst_and_srst #jtag scan chain jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID |