This is an automated email from Gerrit.

"Antonio Borneo <borneo.anto...@gmail.com>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7182

-- gerrit

commit 76f59e8460af139bf6c0f0a6bca3ed605736b439
Author: Antonio Borneo <borneo.anto...@gmail.com>
Date:   Fri Sep 9 12:14:20 2022 +0200

    tcl/board/mini2440: replace renamed command
    
    The command 'jtag interface' has been replaced by 'adapter_name'
    with commit d60ebc0ab535 ("jtag/tcl.c cleanup -- split out
    "adapter.c"") in 2010, then renamed again as 'adapter name'.
    In 2010 the old command was not deprecated and this file was
    never fixed.
    
    Replace 'jtag interface' with 'adapter name'.
    
    Change-Id: Ifbbdf8441397f3eba4273891a7a0ecf81d45024a
    Signed-off-by: Antonio Borneo <borneo.anto...@gmail.com>

diff --git a/tcl/board/mini2440.cfg b/tcl/board/mini2440.cfg
index 790b4c7c83..34c86452fa 100644
--- a/tcl/board/mini2440.cfg
+++ b/tcl/board/mini2440.cfg
@@ -123,7 +123,7 @@ reset_config trst_and_srst
 #-------------------------------------------------------------------------
 
     adapter speed 12000
-    jtag interface
+    adapter name
 
 #-------------------------------------------------------------------------
 # GDB Setup

-- 

Reply via email to