diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-12-01 14:21:24 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-12-01 14:21:24 +0000 |
commit | 1006986ab1f430cfa705dda4db422ff3c0f0a994 (patch) | |
tree | 6a8661db5abf05731c6f5afb78ff428863915439 /src/target | |
parent | b8db7aa18b1d59df9427c935d745aa433fddef56 (diff) | |
download | openocd_libswd-1006986ab1f430cfa705dda4db422ff3c0f0a994.tar.gz openocd_libswd-1006986ab1f430cfa705dda4db422ff3c0f0a994.tar.bz2 openocd_libswd-1006986ab1f430cfa705dda4db422ff3c0f0a994.tar.xz openocd_libswd-1006986ab1f430cfa705dda4db422ff3c0f0a994.zip |
update zy1000 to svn head jtag api
git-svn-id: svn://svn.berlios.de/openocd/trunk@1197 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/target/zy1000.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/target/target/zy1000.cfg b/src/target/target/zy1000.cfg index 56bf0c46..d8bb4650 100644 --- a/src/target/target/zy1000.cfg +++ b/src/target/target/zy1000.cfg @@ -27,8 +27,7 @@ if { [info exists ENDIAN] } { if { [info exists CPUTAPID ] } { set _CPUTAPID $CPUTAPID } else { - # sharp changed the number! - set _CPUTAPID 0x3f0f0f0f + set _CPUTAPID 0x1f0f0f0f } jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID |