diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-02-23 06:30:15 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-02-23 06:30:15 +0000 |
commit | ba9d608df3ddbda5d8e451a26ee7e2cbe99d6938 (patch) | |
tree | 7e2aca9e45f26c99d219e872fdaf18fa754961cf /src/target | |
parent | bde750291a8911b57ecf395d1a3fec2609a0894e (diff) | |
download | openocd_libswd-ba9d608df3ddbda5d8e451a26ee7e2cbe99d6938.tar.gz openocd_libswd-ba9d608df3ddbda5d8e451a26ee7e2cbe99d6938.tar.bz2 openocd_libswd-ba9d608df3ddbda5d8e451a26ee7e2cbe99d6938.tar.xz openocd_libswd-ba9d608df3ddbda5d8e451a26ee7e2cbe99d6938.zip |
Sergey Lapin <slapinid@gmail.com> fix typo
git-svn-id: svn://svn.berlios.de/openocd/trunk@1379 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/target/pxa270.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target/pxa270.cfg b/src/target/target/pxa270.cfg index c745feb1..68e7ffc3 100644 --- a/src/target/target/pxa270.cfg +++ b/src/target/target/pxa270.cfg @@ -32,7 +32,7 @@ reset_config trst_and_srst separate 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 |