From 6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Tue, 10 Nov 2009 09:25:26 -0800 Subject: target.cfg: (re)move some bogus reset_config lines General rule, this is all board-specific and doesn't belong in target config files. Some of these were just cosmetic. Signed-off-by: David Brownell --- tcl/target/aduc702x.cfg | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tcl/target/aduc702x.cfg') diff --git a/tcl/target/aduc702x.cfg b/tcl/target/aduc702x.cfg index f7c5ee43..b60c9679 100644 --- a/tcl/target/aduc702x.cfg +++ b/tcl/target/aduc702x.cfg @@ -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 -- cgit v1.2.3