diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-02-22 17:01:16 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-02-22 17:01:16 +0000 |
commit | bde750291a8911b57ecf395d1a3fec2609a0894e (patch) | |
tree | 81111888213b696e9777020c79dda79e0a792f63 /src | |
parent | bb0d7ab12a6ad135c5487b841fa4d9ea1dbab7d5 (diff) | |
download | openocd+libswd-bde750291a8911b57ecf395d1a3fec2609a0894e.tar.gz openocd+libswd-bde750291a8911b57ecf395d1a3fec2609a0894e.tar.bz2 openocd+libswd-bde750291a8911b57ecf395d1a3fec2609a0894e.tar.xz openocd+libswd-bde750291a8911b57ecf395d1a3fec2609a0894e.zip |
John Woods <johnrw@gmail.com> fix newtap gaffe + rename
git-svn-id: svn://svn.berlios.de/openocd/trunk@1378 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r-- | src/target/target/pxi42x.cfg (renamed from src/target/target/ipx42x.cfg) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target/ipx42x.cfg b/src/target/target/pxi42x.cfg index 961a5c93..db0b9158 100644 --- a/src/target/target/ipx42x.cfg +++ b/src/target/target/pxi42x.cfg @@ -25,7 +25,7 @@ if { [info exists CPUTAPID ] } { reset_config srst_only srst_pulls_trst #jtag scan chain -jtag newtap $_CPUNAME cpu -irlen 7 -ircapture 0x1 -irmask 0x7f -expected-id $_CPUTAPID +jtag newtap $_CHIPNAME cpu -irlen 7 -ircapture 0x1 -irmask 0x7f -expected-id $_CPUTAPID set _TARGETNAME [format "%s.cpu" $_CHIPNAME] target create $_TARGETNAME xscale -endian $_ENDIAN -chain-position $_TARGETNAME -variant ipxP42x |