aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/omapl138.cfg
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2013-05-02 15:53:54 +0100
committerPeter Stuge <peter@stuge.se>2013-05-02 16:38:48 +0000
commit39cff815d2684e2d42361af768cd5b5e73ad49e2 (patch)
treee77c7dc501559c6f95e2051bfc18aca86fa50805 /tcl/target/omapl138.cfg
parent71789401140ec69448d4ba74e1000783cad6ef9d (diff)
cfg: ignore ICEPick jrc tap version
Due to reports of newer targets using a updated version of the ICEPick tap rather than add another tapid we ignore the tap version. Also see Trac 49 for details. Change-Id: Ic78414c54af2545c817e1bb2c860970c1b587259 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/1373 Tested-by: jenkins Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'tcl/target/omapl138.cfg')
-rw-r--r--tcl/target/omapl138.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/omapl138.cfg b/tcl/target/omapl138.cfg
index d3e472c6..9a10d530 100644
--- a/tcl/target/omapl138.cfg
+++ b/tcl/target/omapl138.cfg
@@ -35,7 +35,7 @@ if { [info exists JRC_TAPID] } {
} else {
set _JRC_TAPID 0x0b7d102f
}
-jtag newtap $_CHIPNAME jrc -irlen 6 -irmask 0x3f -expected-id $_JRC_TAPID
+jtag newtap $_CHIPNAME jrc -irlen 6 -irmask 0x3f -expected-id $_JRC_TAPID -ignore-version
jtag configure $_CHIPNAME.jrc -event setup \
"jtag tapenable $_CHIPNAME.etb; jtag tapenable $_CHIPNAME.arm"