]> git.gag.com Git - fw/openocd/blobdiff - tcl/target/aduc702x.cfg
target.cfg: (re)move some bogus reset_config lines
[fw/openocd] / tcl / target / aduc702x.cfg
index f7c5ee434278cef78a462b8aa6415cdf4170bbe1..b60c9679bbe11a053e4bdca803e565fd0edfc253 100644 (file)
@@ -1,7 +1,3 @@
-## -*- tcl -*-
-##
-
-
 if { [info exists CHIPNAME] } {
    set  _CHIPNAME $CHIPNAME
 } else {
@@ -21,14 +17,9 @@ if { [info exists CPUTAPID] } {
    set  _CPUTAPID 0x3f0f0f0f
 }
 
-
 jtag_nsrst_delay 200
 jtag_ntrst_delay 200
 
-# This is for the case that TRST/SRST is not wired on your JTAG adaptor.
-# Don't really need them anyways.
-reset_config none
-
 ## JTAG scan chain
 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID