diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-10 09:25:26 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-10 09:25:26 -0800 |
commit | 6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9 (patch) | |
tree | bac1ae421726a589ae26d22a10ce26f75719a74a /tcl/target/str750.cfg | |
parent | 85944d4144a1df0647e4324d1cf8ae9a276b70e5 (diff) | |
download | riscv-openocd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.zip riscv-openocd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.tar.gz riscv-openocd-6881c1b6d686c91a8cd604bdcd6098ab62d4dcb9.tar.bz2 |
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/str750.cfg')
-rw-r--r-- | tcl/target/str750.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tcl/target/str750.cfg b/tcl/target/str750.cfg index 22d87f8..5439c33 100644 --- a/tcl/target/str750.cfg +++ b/tcl/target/str750.cfg @@ -22,7 +22,6 @@ if { [info exists CPUTAPID] } { jtag_khz 10 #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 srst_pulls_trst #jtag scan chain |