config files: Drop incorrect comments.
[fw/openocd] / tcl / target / is5114.cfg
index 091bfc2f158a0d3aaeec88cb010d6e348f58ad3e..56b9b65249a3cd8691a3dd8934e96cfc4dd7dca1 100644 (file)
@@ -18,7 +18,7 @@ if { [info exists ENDIAN] } {
 if { [info exists CPUTAPID ] } {
    set _CPUTAPID $CPUTAPID
 } else {
-  # force an error till we get a good number
+   # Force an error until we get a good number.
    set _CPUTAPID 0xffffffff
 }
 
@@ -28,12 +28,9 @@ jtag_rclk 16
 reset_config trst_and_srst
 
 # Do not specify a tap id here...
-#OLD SYNTAX: jtag_device 8 0x1 0x1 0xfe
 jtag newtap $_CHIPNAME unknown1 -irlen 8 -ircapture 0x01 -irmask 1
-#OLD SYNTAX: jtag_device 4 0x1 0xf 0xe
 # This is the "arm946" chip.
 jtag newtap $_CHIPNAME cpu      -irlen 4 -ircapture 0x0e -irmask 0xf
-#OLD SYNTAX: jtag_device 5 0x1 0x1 0x1e
 jtag newtap $_CHIPNAME unknown2 -irlen 5 -ircapture 1 -irmask 1