From 4bd2b30d5bae59b751f8eb30815cf330faae2a6f Mon Sep 17 00:00:00 2001 From: Freddie Chopin Date: Sat, 4 Dec 2010 15:45:40 +0100 Subject: 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 --- tcl/target/lpc2124.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tcl/target/lpc2124.cfg') diff --git a/tcl/target/lpc2124.cfg b/tcl/target/lpc2124.cfg index c5115893..df71bdde 100644 --- a/tcl/target/lpc2124.cfg +++ b/tcl/target/lpc2124.cfg @@ -12,8 +12,7 @@ if { [info exists CPUTAPID ] } { set _CPUTAPID 0x4f1f0f0f } -#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 -- cgit v1.2.3