interface configs: Fix whitespace and other issues.
authorUwe Hermann <uwe@hermann-uwe.de>
Sat, 29 Oct 2011 23:45:11 +0000 (01:45 +0200)
committerPeter Stuge <peter@stuge.se>
Sun, 30 Oct 2011 02:06:07 +0000 (02:06 +0000)
Change-Id: I98825c7fb9bdee75b69b06005ed12a3f64ec4db4
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Reviewed-on: http://openocd.zylin.com/139
Tested-by: jenkins
Reviewed-by: Peter Stuge <peter@stuge.se>
tcl/interface/flashlink.cfg
tcl/interface/flossjtag-noeeprom.cfg
tcl/interface/flossjtag.cfg
tcl/interface/parport.cfg
tcl/interface/parport_dlc5.cfg
tcl/interface/usbprog.cfg

index 22abe7bf70b2b820647d14340c56ae9620635bc6..56dc35e2051a7bdca4d5df242a2a45cbf627e0fd 100644 (file)
@@ -6,9 +6,9 @@
 #
 
 if { [info exists PARPORTADDR] } {
-   set  _PARPORTADDR $PARPORTADDR
+   set _PARPORTADDR $PARPORTADDR
 } else {
-   set  _PARPORTADDR 0
+   set _PARPORTADDR 0
 }
 
 interface parport
index 4e3466e482f4fbf7cbca92a955bfef0a9b63de42..66c010bc041ab965497ef6e2413cf0a2c5ec4d1d 100644 (file)
@@ -4,12 +4,12 @@
 # http://github.com/esden/floss-jtag
 #
 # This is the pre v0.3 Floss-JTAG compatible config file. It can also be used
-# for newer versions of Floss-JTAG with empty or not populated eeprom. If you
-# have several Floss-JTAG connected you have to use the usb id to select a
+# for newer versions of Floss-JTAG with empty or not populated EEPROM. If you
+# have several Floss-JTAG connected you have to use the USB ID to select a
 # specific one.
 #
-# If you have a Floss-JTAG WITH eeprom that is programmed use flossjtag.cfg
-# file.
+# If you have a Floss-JTAG WITH EEPROM that is programmed, use the
+# flossjtag.cfg file.
 #
 
 interface ft2232
index 9511dd222926df521f411d789a3ac0711b81aa63..fbbabc105883971f04a7e57a687ba855495e9945 100644 (file)
@@ -4,11 +4,11 @@
 # http://github.com/esden/floss-jtag
 #
 # This is the v0.3 and v1.0 Floss-JTAG compatible config file. It relies on the
-# existence of an eeprom on Floss-JTAG containing a name. If you have several
+# existence of an EEPROM on Floss-JTAG containing a name. If you have several
 # Floss-JTAG adapters connected you can use the serial number to select a
 # specific device.
 #
-# If your Floss-JTAG does not have an eeprom or eeprom is empty use
+# If your Floss-JTAG does not have an EEPROM, or the EEPROM is empty, use the
 # flossjtag-noeeprom.cfg file.
 #
 
index 326005a9d03c3f51b3f9c8029bff30923447f94c..f7cc23ab48cc9be2a0820ad4dcb2536a0ccc1929 100644 (file)
@@ -2,11 +2,12 @@
 # Parallel port wiggler (many clones available) on port 0x378
 #
 # Addresses: 0x378/LPT1 or 0x278/LPT2 ...
+#
 
 if { [info exists PARPORTADDR] } {
-   set  _PARPORTADDR $PARPORTADDR
+   set _PARPORTADDR $PARPORTADDR
 } else {
-   set  _PARPORTADDR 0x378
+   set _PARPORTADDR 0x378
 }
 
 interface parport
index d0f183fc3e227b23ed8a875c460f75efc1b2e0f6..98345808eb76f0a9c76fdadae02dd1872a231f6c 100644 (file)
@@ -5,9 +5,9 @@
 #
 
 if { [info exists PARPORTADDR] } {
-   set  _PARPORTADDR $PARPORTADDR
+   set _PARPORTADDR $PARPORTADDR
 } else {
-   set  _PARPORTADDR 0
+   set _PARPORTADDR 0
 }
 
 interface parport
index f0841b995c41a917e3cafa3e7378e0cf87c1172f..b4f0da328399634f209b87c05f007f1cc4be0d28 100644 (file)
@@ -5,6 +5,6 @@
 #
 
 interface usbprog
-# USBprog is broken w/short tms sequences, this is a workaround
+# USBprog is broken w/short TMS sequences, this is a workaround
 # until the C code can be fixed.
-tms_sequence long
\ No newline at end of file
+tms_sequence long