Skip to content

Commit

Permalink
tcl: update to new syntax of telnet command
Browse files Browse the repository at this point in the history
Commit ad21613 ("server/telnet: Restructure commands")
modifies the syntax.

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

Change-Id: If1ad34a1ec54824dbc124acd36a894862276a34f
Signed-off-by: Antonio Borneo <[email protected]>
Reviewed-on: https://review.openocd.org/c/openocd/+/8502
Reviewed-by: zapb <[email protected]>
Tested-by: jenkins
  • Loading branch information
borneoa committed Oct 5, 2024
1 parent 00ee9b0 commit 8750bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tcl/interface/vdebug.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tcl/target/u8500.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ proc enable_apetap {} {
}

tcl port 5555
telnet_port 4444
telnet port 4444
gdb port 3333

if { [info exists CHIPNAME] } {
Expand Down

0 comments on commit 8750bee

Please sign in to comment.