Don't provide invalid OMAP5912 IR capture value/mask attributes
authordbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 27 Sep 2009 07:59:10 +0000 (07:59 +0000)
committerdbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 27 Sep 2009 07:59:10 +0000 (07:59 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2762 b42882b7-edfa-0310-969c-e2dbd0fdcd60

tcl/target/omap5912.cfg

index 6abbd3fae1e88fe9296d1d25b9f0541581cc5436..fa0fc9e07beb88d315a4116c98009b2a0f55df8b 100644 (file)
@@ -25,9 +25,9 @@ if { [info exists CPUTAPID ] } {
 # its standalone siblings (like TMS320VC5502) of the same era
 
 #jtag scan chain
-jtag newtap $_CHIPNAME dsp -irlen 38 -ircapture 0x0 -irmask 0x0 -expected-id 0x03df1d81
-jtag newtap $_CHIPNAME arm -irlen 4 -ircapture 0x1 -irmask 0x0 -expected-id $_CPUTAPID
-jtag newtap $_CHIPNAME unknown -irlen 8 -ircapture  0x0 -irmask 0x0
+jtag newtap $_CHIPNAME dsp -irlen 38 -expected-id 0x03df1d81
+jtag newtap $_CHIPNAME arm -irlen 4 -expected-id $_CPUTAPID
+jtag newtap $_CHIPNAME unknown -irlen 8
 
 set _TARGETNAME $_CHIPNAME.arm
 target create $_TARGETNAME arm926ejs -endian $_ENDIAN -chain-position $_TARGETNAME