summaryrefslogtreecommitdiff
path: root/tcl/target/lpc2129.cfg
diff options
context:
space:
mode:
authorFreddie Chopin <freddie_chopin@op.pl>2010-12-04 15:45:40 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-12-09 22:54:31 +0100
commit4bd2b30d5bae59b751f8eb30815cf330faae2a6f (patch)
tree4e4bdb25cdf700647362bf80611754efa887740d /tcl/target/lpc2129.cfg
parentfa4680548150b51083239e3a5181a2ecd86a0da9 (diff)
downloadopenocd+libswd-4bd2b30d5bae59b751f8eb30815cf330faae2a6f.tar.gz
openocd+libswd-4bd2b30d5bae59b751f8eb30815cf330faae2a6f.tar.bz2
openocd+libswd-4bd2b30d5bae59b751f8eb30815cf330faae2a6f.tar.xz
openocd+libswd-4bd2b30d5bae59b751f8eb30815cf330faae2a6f.zip
remove srst_pulls_trst from LPC2xxx target scripts
LPC2xxx do not require reset_config srst_pulls_trst. This can cause various "strange" problems when flashing the chip, because "reset halt" actually allows the chip to run for some short period of time and execute some code. Signed-off-by: Freddie Chopin <freddie_chopin@op.pl>
Diffstat (limited to 'tcl/target/lpc2129.cfg')
-rw-r--r--tcl/target/lpc2129.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/tcl/target/lpc2129.cfg b/tcl/target/lpc2129.cfg
index 103f18ef..2587bf72 100644
--- a/tcl/target/lpc2129.cfg
+++ b/tcl/target/lpc2129.cfg
@@ -12,8 +12,7 @@ if { [info exists CPUTAPID ] } {
set _CPUTAPID 0xcf1f0f0f
}
-#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
# reset delays
adapter_nsrst_delay 100