diff options
Diffstat (limited to 'tcl/target')
-rw-r--r-- | tcl/target/omap5912.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tcl/target/omap5912.cfg b/tcl/target/omap5912.cfg index 6abbd3fa..fa0fc9e0 100644 --- a/tcl/target/omap5912.cfg +++ b/tcl/target/omap5912.cfg @@ -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 |