target: icepick: call icepick_c_setup
it also works on icepick_d. Change-Id: I50c0c81286aae673c94ea77e47454ff48eab1668 Signed-off-by: Felipe Balbi <balbi@ti.com> Reviewed-on: http://openocd.zylin.com/2623 Tested-by: jenkins Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Paul Fertser <fercerpav@gmail.com>
This commit is contained in:
parent
b6cb48c212
commit
c32f81f718
|
@ -114,6 +114,7 @@ proc icepick_c_tapenable {jrc port} {
|
||||||
proc icepick_d_tapenable {jrc port} {
|
proc icepick_d_tapenable {jrc port} {
|
||||||
# First CONNECT to the ICEPick
|
# First CONNECT to the ICEPick
|
||||||
icepick_c_connect $jrc
|
icepick_c_connect $jrc
|
||||||
|
icepick_c_setup $jrc
|
||||||
|
|
||||||
# Select the port
|
# Select the port
|
||||||
icepick_c_router $jrc 1 0x2 $port 0x2108
|
icepick_c_router $jrc 1 0x2 $port 0x2108
|
||||||
|
|
Loading…
Reference in New Issue