Skip to content

Commit

Permalink
tcl: Replace 'tcl_' prefix with 'tcl' command group
Browse files Browse the repository at this point in the history
Change-Id: Iee1e84a87d07172aa6b0adfb7b85fb465cefb979
Signed-off-by: Marc Schink <[email protected]>
Reviewed-on: https://review.openocd.org/c/openocd/+/8345
Tested-by: jenkins
Reviewed-by: Antonio Borneo <[email protected]>
  • Loading branch information
zapb-0 authored and borneoa committed Jul 13, 2024
1 parent 73b1519 commit 40a6af6
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tcl/target/u8500.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ proc enable_apetap {} {
}
}

tcl_port 5555
tcl port 5555
telnet_port 4444
gdb port 3333

Expand Down

0 comments on commit 40a6af6

Please sign in to comment.