From: dbrownell at B. <dbr...@ma...> - 2009-09-27 09:59:16
|
Author: dbrownell Date: 2009-09-27 09:59:10 +0200 (Sun, 27 Sep 2009) New Revision: 2762 Modified: trunk/tcl/target/omap5912.cfg Log: Don't provide invalid OMAP5912 IR capture value/mask attributes Modified: trunk/tcl/target/omap5912.cfg =================================================================== --- trunk/tcl/target/omap5912.cfg 2009-09-26 22:08:50 UTC (rev 2761) +++ trunk/tcl/target/omap5912.cfg 2009-09-27 07:59:10 UTC (rev 2762) @@ -25,9 +25,9 @@ # 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 |