summaryrefslogtreecommitdiff
path: root/tcl/target/aduc702x.cfg
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-10 09:25:26 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-10 09:25:26 -0800
commit6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9 (patch)
treebac1ae421726a589ae26d22a10ce26f75719a74a /tcl/target/aduc702x.cfg
parent85944d4144a1df0647e4324d1cf8ae9a276b70e5 (diff)
downloadopenocd_libswd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.tar.gz
openocd_libswd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.tar.bz2
openocd_libswd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.tar.xz
openocd_libswd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.zip
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 <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/target/aduc702x.cfg')
-rw-r--r--tcl/target/aduc702x.cfg9
1 files changed, 0 insertions, 9 deletions
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