This is an automated email from Gerrit.

Matthias Welwarsky ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/4695

-- gerrit

commit 248f1d9bdc5fa11ed13e73ec2e6c4de741a9480c
Author: Matthias Welwarsky <[email protected]>
Date:   Mon Oct 8 11:04:56 2018 +0200

    board/salvator-xs: remove custom init_reset function
    
    no longer needed with new reset code
    
    Change-Id: I65a514979540425f5a4c23b60c2d5c0382d0f760
    Signed-off-by: Matthias Welwarsky <[email protected]>

diff --git a/tcl/board/renesas_salvator-xs.cfg 
b/tcl/board/renesas_salvator-xs.cfg
index 1558a52..b9affdd 100644
--- a/tcl/board/renesas_salvator-xs.cfg
+++ b/tcl/board/renesas_salvator-xs.cfg
@@ -9,15 +9,3 @@ if { ![info exists SOC] } {
 source [find target/renesas_rcar_gen3.cfg]
 
 reset_config trst_and_srst srst_nogate
-
-proc init_reset {mode} {
-       # Assert both resets: equivalent to a power-on reset
-       jtag_reset 1 1
-
-       # Deassert TRST to begin TAP communication
-       jtag_reset 0 1
-
-       # TAP should now be responsive, validate the scan-chain
-       jtag arp_init
-}
-

-- 


_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to