From: <oh...@ma...> - 2009-02-23 07:30:25
|
Author: oharboe Date: 2009-02-23 07:30:15 +0100 (Mon, 23 Feb 2009) New Revision: 1379 Modified: trunk/src/target/target/pxa270.cfg Log: Sergey Lapin <sla...@gm...> fix typo Modified: trunk/src/target/target/pxa270.cfg =================================================================== --- trunk/src/target/target/pxa270.cfg 2009-02-22 17:01:16 UTC (rev 1378) +++ trunk/src/target/target/pxa270.cfg 2009-02-23 06:30:15 UTC (rev 1379) @@ -32,7 +32,7 @@ set _TARGETNAME [format "%s.cpu" $_CHIPNAME] -jtag newtap $_TARGETNAME -irlen 7 -ircapture 0x1 -irmask 0x7f -expected-id $_CPUTAPID +jtag newtap $_CHIPNAME cpu -irlen 7 -ircapture 0x1 -irmask 0x7f -expected-id $_CPUTAPID target create $_TARGETNAME xscale -endian $_ENDIAN -chain-position $_TARGETNAME -variant pxa27x # maps to PXA internal RAM. If you are using a PXA255 |