Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the openocd tcl socket connection problem (#1018)
The openocd tcl socket connection problem is caused by the host name 'localhost' which is resolved to '::1' on some systems. This patch changes the host name to '127.0.0.1' to avoid the problem.
- Loading branch information