mips: optimize write code for speed
[fw/openocd] / tcl / board / mini2440.cfg
index c5adac360fc6e37a899385b98cb54c7147218fa1..874f829ab17b1fa54679adec01f5d0831bf8b7c3 100644 (file)
@@ -97,10 +97,9 @@ if { [info exists ENDIAN] } {
    set  _ENDIAN little
 }
 
-if { [info exists CPUTAPID ] } {
+if { [info exists CPUTAPID] } {
    set _CPUTAPID $CPUTAPID
 } else {
-  # force an error till we get a good number
    set _CPUTAPID 0x0032409d
 }