tcl/interface/jtag_dpi: Adapt to new jtag_dpi command syntax
Change-Id: Icebf6f0a037f4ea9fb450581fcc599417bffc153 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: http://openocd.zylin.com/6395 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
08ce499f14
commit
30bb4524de
|
@ -34,5 +34,5 @@ if { [info exists DPI_ADDRESS] } {
|
||||||
set _DPI_ADDRESS "127.0.0.1"
|
set _DPI_ADDRESS "127.0.0.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
jtag_dpi_set_port $_DPI_PORT
|
jtag_dpi set_port $_DPI_PORT
|
||||||
jtag_dpi_set_address $_DPI_ADDRESS
|
jtag_dpi set_address $_DPI_ADDRESS
|
||||||
|
|
Loading…
Reference in New Issue