This is an automated email from Gerrit.

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

-- gerrit

commit c43cb9d196e72530b4246af272210f29df33c5b0
Author: Antonio Borneo <[email protected]>
Date:   Wed Jul 22 12:10:26 2020 +0200

    tcl/target/armada370: remove useless 'init' command
    
    As the comment states, the 'init' command is issued before the
    command 'dap apsel', otherwise it fails.
    This dependency has been already fixed in commit e48690cb26e4
    ("target/arm_adi_v5: allow commands apsel and apcsw during init
    phase"), so the command 'dap apsel' can now be issued directly.
    
    Remove both the unneeded 'init' command and the comment that
    documents and justify its presence.
    
    Change-Id: I50f0a820fa7ead6f5a3bd9cc5180d521070822c9
    Signed-off-by: Antonio Borneo <[email protected]>

diff --git a/tcl/target/armada370.cfg b/tcl/target/armada370.cfg
index 3b4be9f..7165274 100644
--- a/tcl/target/armada370.cfg
+++ b/tcl/target/armada370.cfg
@@ -28,6 +28,4 @@ proc armada370_dbginit {target} {
 
 $_TARGETNAME configure -event reset-assert-post "armada370_dbginit 
$_TARGETNAME"
 
-# We need to init now, so we can run the apsel command.
-init
 dap apsel 1

-- 


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

Reply via email to