]> git.sur5r.net Git - openocd/blobdiff - src/target/target/str730.cfg
whitespace fixes
[openocd] / src / target / target / str730.cfg
index c0dfcdd16e141d203da918e6c78c23fb6cc55796..5d01ec71c1ad05d4ddb2c6605c13f4cb7877ce3f 100644 (file)
@@ -17,16 +17,15 @@ if { [info exists ENDIAN] } {
 if { [info exists CPUTAPID] } {        
    set  _CPUTAPID $CPUTAPID    
 } else {        
-   set  _CPUTAPID 0xffffffff
+   set  _CPUTAPID 0x3f0f0f0f
 }
 
-
 #use combined on interfaces or targets that can't set TRST/SRST separately
 #reset_config trst_and_srst srst_pulls_trst
 reset_config trst_and_srst srst_pulls_trst
 
 #jtag scan chain
-tag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
+jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
 
 #jtag nTRST and nSRST delay
 jtag_nsrst_delay 500