target config files: Fix whitespace issues.

Drop useless double-space occurences, drop trailing whitespace, and fix
some other minor whitespace-related issues.

Change-Id: I6b4c515492e2ee94dc25ef1fe4f51015a4bba8b5
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/137
Tested-by: jenkins
__archive__
Uwe Hermann 2011-10-29 23:32:17 +02:00 committed by Spencer Oliver
parent 17b546a900
commit ca45e700b1
86 changed files with 503 additions and 508 deletions

View File

@ -29,7 +29,6 @@ if { [info exists ENDIAN] } {
set _ENDIAN little set _ENDIAN little
} }
#jtag scan chain #jtag scan chain
if { [info exists CPUTAPID] } { if { [info exists CPUTAPID] } {
set _CPUTAPID $CPUTAPID set _CPUTAPID $CPUTAPID

View File

@ -1,4 +1,3 @@
# ATMEL sam7se512 # ATMEL sam7se512
# Example: the "Elektor Internet Radio" - EIR # Example: the "Elektor Internet Radio" - EIR
# http://www.ethernut.de/en/hardware/eir/index.html # http://www.ethernut.de/en/hardware/eir/index.html

View File

@ -16,7 +16,7 @@ if { [info exists HAS_ETB ] } {
# Set default (no ETB). # Set default (no ETB).
# Show a warning, because this should have been configured explicitely. # Show a warning, because this should have been configured explicitely.
set HAS_ETB 0 set HAS_ETB 0
# TODO warning? # TODO: warning?
} }
if { [info exists ETBTAPID] } { if { [info exists ETBTAPID] } {

View File

@ -1,4 +1,3 @@
if { [info exists CHIPNAME] } { if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME set _CHIPNAME $CHIPNAME
} else { } else {
@ -24,7 +23,6 @@ if { [info exists WORKAREASIZE] } {
set _WORKAREASIZE 0x4000 set _WORKAREASIZE 0x4000
} }
adapter_nsrst_delay 100 adapter_nsrst_delay 100
jtag_ntrst_delay 100 jtag_ntrst_delay 100

View File

@ -1,4 +1,3 @@
if { [info exists CHIPNAME] } { if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME set _CHIPNAME $CHIPNAME
} else { } else {