tcl: icepick: add icepick_d_set_coreid
[fw/openocd] / tcl / target / am335x.cfg
index ff92b5bf3a989ce1329923dd61bdef3dc68a37e5..e20c6f30f7a7a443bd2ddd48bce73c3dd522bac3 100644 (file)
@@ -15,7 +15,7 @@ if { [info exists M3_DAP_TAPID] } {
        set _M3_DAP_TAPID 0x4b6b902f
 }
 jtag newtap $_CHIPNAME m3_dap -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_M3_DAP_TAPID -disable
-jtag configure $_CHIPNAME.m3_dap -event tap-enable "icepick_d_tapenable $_CHIPNAME.jrc 11"
+jtag configure $_CHIPNAME.m3_dap -event tap-enable "icepick_d_tapenable $_CHIPNAME.jrc 11 0"
 
 #
 # Main DAP
@@ -26,7 +26,7 @@ if { [info exists DAP_TAPID] } {
    set _DAP_TAPID 0x4b6b902f
 }
 jtag newtap $_CHIPNAME dap -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_DAP_TAPID -disable
-jtag configure $_CHIPNAME.dap -event tap-enable "icepick_d_tapenable $_CHIPNAME.jrc 12"
+jtag configure $_CHIPNAME.dap -event tap-enable "icepick_d_tapenable $_CHIPNAME.jrc 12 0"
 
 #
 # ICEpick-D (JTAG route controller)