This is an automated email from Gerrit.

Mathias Küster ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/1186

-- gerrit

commit 23c9349f290eaa7c6569e2a4520e2d8ed651852f
Author: Mathias K <[email protected]>
Date:   Wed Feb 27 09:35:33 2013 +0100

    Fix broken reset configuration.
    
    This patch change the default reset config from SYSRESETREQ to the working
    VECTRESET.
    
    Change-Id: I21a9a74b9c0c68cfa3a6e6dac9b123acc98a93cb
    Signed-off-by: Mathias K <[email protected]>

diff --git a/tcl/target/lpc4350.cfg b/tcl/target/lpc4350.cfg
index 6614383..db54e8c 100644
--- a/tcl/target/lpc4350.cfg
+++ b/tcl/target/lpc4350.cfg
@@ -43,6 +43,6 @@ jtag newtap $_CHIPNAME m0 -irlen 4 -ircapture 0x1 -irmask 0xf 
\
 target create $_CHIPNAME.m4 cortex_m3 -chain-position $_CHIPNAME.m4
 target create $_CHIPNAME.m0 cortex_m3 -chain-position $_CHIPNAME.m0
 
-# if srst is not fitted use SYSRESETREQ to
+# if srst is not fitted use VECTRESET to
 # perform a soft reset
-cortex_m3 reset_config sysresetreq
+cortex_m3 reset_config vectreset

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to