|
From: ntfreak at B. <nt...@ma...> - 2009-03-20 15:30:42
|
Author: ntfreak
Date: 2009-03-20 15:30:41 +0100 (Fri, 20 Mar 2009)
New Revision: 1424
Modified:
trunk/src/target/target/str9comstick.cfg
Log:
- fix another typo in str9comstick.cfg
Modified: trunk/src/target/target/str9comstick.cfg
===================================================================
--- trunk/src/target/target/str9comstick.cfg 2009-03-20 14:08:03 UTC (rev 1423)
+++ trunk/src/target/target/str9comstick.cfg 2009-03-20 14:30:41 UTC (rev 1424)
@@ -34,7 +34,7 @@
} else {
set _CPUTAPID 0x25966041
}
-jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0xf -irmask 0xf -expected-id $_CPUTAPID
+jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
if { [info exists BSTAPID ] } {
set _BSTAPID $BSTAPID
|