This is an automated email from Gerrit.

"zapb <d...@zapb.de>" just uploaded a new patch set to Gerrit, which you can 
find at https://review.openocd.org/c/openocd/+/8345

-- gerrit

commit 4933636c6ecc43d9df75408de6c824281b9aa1eb
Author: Marc Schink <d...@zapb.de>
Date:   Mon Jun 17 16:39:10 2024 +0200

    tcl: Replace 'tcl_' prefix with 'tcl' command group
    
    Change-Id: Iee1e84a87d07172aa6b0adfb7b85fb465cefb979
    Signed-off-by: Marc Schink <d...@zapb.de>

diff --git a/tcl/interface/vdebug.cfg b/tcl/interface/vdebug.cfg
index 116ac8a758..9097c33dac 100644
--- a/tcl/interface/vdebug.cfg
+++ b/tcl/interface/vdebug.cfg
@@ -24,7 +24,7 @@ vdebug server $_VDEBUGHOST:$_VDEBUGPORT
 bindto 0.0.0.0
 #gdb port 3333
 #telnet_port disabled
-tcl_port disabled
+tcl port disabled
 
 # transaction batching: 0 - no batching, 1 - (default) wr, 2 - rw
 vdebug batching 1
diff --git a/tcl/target/u8500.cfg b/tcl/target/u8500.cfg
index 932ef8c20d..b87d2613a8 100644
--- a/tcl/target/u8500.cfg
+++ b/tcl/target/u8500.cfg
@@ -142,7 +142,7 @@ proc enable_apetap {} {
        }
        }
 
-tcl_port 5555
+tcl port 5555
 telnet_port 4444
 gdb port 3333
 

-- 

Reply via email to