From 1006986ab1f430cfa705dda4db422ff3c0f0a994 Mon Sep 17 00:00:00 2001 From: oharboe Date: Mon, 1 Dec 2008 14:21:24 +0000 Subject: update zy1000 to svn head jtag api git-svn-id: svn://svn.berlios.de/openocd/trunk@1197 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/target/zy1000.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/target') 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 -- cgit v1.2.3