Remove annoying end-of-line whitespace from tcl/* files
git-svn-id: svn://svn.berlios.de/openocd/trunk@2743 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#Written by: Michael Schwingen <rincewind@discworld.dascon.de>
|
||||
|
||||
if { [info exists CHIPNAME] } {
|
||||
set _CHIPNAME $CHIPNAME
|
||||
} else {
|
||||
if { [info exists CHIPNAME] } {
|
||||
set _CHIPNAME $CHIPNAME
|
||||
} else {
|
||||
set _CHIPNAME xba_reva3
|
||||
}
|
||||
|
||||
if { [info exists ENDIAN] } {
|
||||
set _ENDIAN $ENDIAN
|
||||
} else {
|
||||
if { [info exists ENDIAN] } {
|
||||
set _ENDIAN $ENDIAN
|
||||
} else {
|
||||
# default to big endian
|
||||
set _ENDIAN big
|
||||
}
|
||||
@@ -81,7 +81,7 @@ $_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x20010000 -work-area-s
|
||||
|
||||
flash bank cfi 0x50000000 0x400000 2 2 0
|
||||
|
||||
init
|
||||
init
|
||||
reset init
|
||||
# set big endian mode
|
||||
reg XSCALE_CTRL 0xF8
|
||||
|
||||
Reference in New Issue
Block a user