From 40a6af6eda6e12768ab4341de10f78140f925e25 Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Mon, 17 Jun 2024 16:39:10 +0200 Subject: [PATCH] tcl: Replace 'tcl_' prefix with 'tcl' command group Change-Id: Iee1e84a87d07172aa6b0adfb7b85fb465cefb979 Signed-off-by: Marc Schink Reviewed-on: https://review.openocd.org/c/openocd/+/8345 Tested-by: jenkins Reviewed-by: Antonio Borneo --- tcl/interface/vdebug.cfg | 2 +- tcl/target/u8500.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tcl/interface/vdebug.cfg b/tcl/interface/vdebug.cfg index 116ac8a75..9097c33da 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 932ef8c20..b87d2613a 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