From: <du...@ma...> - 2008-12-25 00:22:25
|
Author: duane Date: 2008-12-25 00:22:22 +0100 (Thu, 25 Dec 2008) New Revision: 1274 Modified: trunk/src/target/target/str710.cfg trunk/src/target/target/str730.cfg trunk/src/target/target/str750.cfg Log: Typos found by miceal catudal Modified: trunk/src/target/target/str710.cfg =================================================================== --- trunk/src/target/target/str710.cfg 2008-12-23 12:52:14 UTC (rev 1273) +++ trunk/src/target/target/str710.cfg 2008-12-24 23:22:22 UTC (rev 1274) @@ -24,7 +24,7 @@ #jtag scan chain -tag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID +jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID set _TARGETNAME [format "%s.cpu" $_CHIPNAME] target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm7tdmi Modified: trunk/src/target/target/str730.cfg =================================================================== --- trunk/src/target/target/str730.cfg 2008-12-23 12:52:14 UTC (rev 1273) +++ trunk/src/target/target/str730.cfg 2008-12-24 23:22:22 UTC (rev 1274) @@ -25,7 +25,7 @@ reset_config trst_and_srst srst_pulls_trst #jtag scan chain -tag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID +jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID #jtag nTRST and nSRST delay jtag_nsrst_delay 500 Modified: trunk/src/target/target/str750.cfg =================================================================== --- trunk/src/target/target/str750.cfg 2008-12-23 12:52:14 UTC (rev 1273) +++ trunk/src/target/target/str750.cfg 2008-12-24 23:22:22 UTC (rev 1274) @@ -27,7 +27,7 @@ #jtag scan chain -tag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID +jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID #jtag nTRST and nSRST delay jtag_nsrst_delay 500 |