coding style: tcl: remove empty lines at end of text files
Empty lines at end of text files are useless. Remove them. Change-Id: I503cb0a96c7ccb132f4486c206a48831121d7abd Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5171 Tested-by: jenkins
This commit is contained in:
@@ -5,4 +5,3 @@
|
||||
#
|
||||
|
||||
adapter driver arm-jtag-ew
|
||||
|
||||
|
||||
@@ -6,4 +6,3 @@
|
||||
|
||||
adapter driver at91rm9200
|
||||
at91rm9200_device rea_ecr
|
||||
|
||||
|
||||
@@ -23,4 +23,3 @@ buspirate_speed normal ;# or fast
|
||||
|
||||
# this depends on the cable, you are safe with this option
|
||||
reset_config srst_only
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
|
||||
adapter srst delay 200
|
||||
jtag_ntrst_delay 200
|
||||
|
||||
|
||||
@@ -6,4 +6,3 @@
|
||||
|
||||
adapter driver parport
|
||||
parport_cable chameleon
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@
|
||||
#
|
||||
|
||||
adapter driver dummy
|
||||
|
||||
|
||||
@@ -12,4 +12,3 @@ ftdi_vid_pid 0x0640 0x0026
|
||||
ftdi_layout_init 0x0388 0x038b
|
||||
ftdi_layout_signal nTRST -data 0x0100
|
||||
ftdi_layout_signal nSRST -data 0x0080 -noe 0x200
|
||||
|
||||
|
||||
@@ -13,4 +13,3 @@ if { [info exists PARPORTADDR] } {
|
||||
adapter driver parport
|
||||
parport_port $_PARPORTADDR
|
||||
parport_cable dlc5
|
||||
|
||||
|
||||
@@ -5,4 +5,3 @@
|
||||
#
|
||||
|
||||
adapter driver rlink
|
||||
|
||||
|
||||
@@ -14,4 +14,3 @@ hla_vid_pid 0x0483 0x3744 0x0483 0x3748 0x0483 0x374b 0x0483 0x374d 0x0483 0x374
|
||||
# number reset issues.
|
||||
# eg.
|
||||
#hla_serial "\xaa\xbc\x6e\x06\x50\x75\xff\x55\x17\x42\x19\x3f"
|
||||
|
||||
|
||||
@@ -5,4 +5,3 @@
|
||||
#
|
||||
|
||||
adapter driver vsllink
|
||||
|
||||
|
||||
Reference in New Issue
Block a user