diff options
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 |