]> www.infradead.org Git - users/borneoa/openocd-next.git/commitdiff
tcl: update to new syntax of telnet command
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 21 Sep 2024 09:11:36 +0000 (11:11 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 5 Oct 2024 15:43:26 +0000 (15:43 +0000)
Commit ad216136180e ("server/telnet: Restructure commands")
modifies the syntax.

sed -i 's/telnet_port/telnet port/'

Change-Id: If1ad34a1ec54824dbc124acd36a894862276a34f
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8502
Reviewed-by: zapb <dev@zapb.de>
Tested-by: jenkins
tcl/interface/vdebug.cfg
tcl/target/u8500.cfg

index 9097c33dac283fa25e9033bccdb839e26e3bbb12..63a595506797b44f8f6adb3489538d412a699ed9 100644 (file)
@@ -23,7 +23,7 @@ vdebug server $_VDEBUGHOST:$_VDEBUGPORT
 # example config listen on all interfaces, disable tcl/telnet server
 bindto 0.0.0.0
 #gdb port 3333
-#telnet_port disabled
+#telnet port disabled
 tcl port disabled
 
 # transaction batching: 0 - no batching, 1 - (default) wr, 2 - rw
index b87d2613a81e6c90f4d49195ec6581d29debff7a..1fdc11fe34810be678272ac980b63774508f9f6c 100644 (file)
@@ -143,7 +143,7 @@ proc enable_apetap {} {
        }
 
 tcl port 5555
-telnet_port 4444
+telnet port 4444
 gdb port 3333
 
 if { [info exists CHIPNAME] } {