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,6 +1,6 @@
|
||||
# NXP LPC2103 ARM7TDMI-S with 32kB Flash and 8kB SRAM, clocked with 12MHz crystal
|
||||
|
||||
if { [info exists CHIPNAME] } {
|
||||
if { [info exists CHIPNAME] } {
|
||||
set _CHIPNAME $CHIPNAME
|
||||
} else {
|
||||
set _CHIPNAME lpc2103
|
||||
@@ -15,7 +15,7 @@ if { [info exists ENDIAN] } {
|
||||
if { [info exists CPUTAPID ] } {
|
||||
set _CPUTAPID $CPUTAPID
|
||||
} else {
|
||||
set _CPUTAPID 0x4f1f0f0f
|
||||
set _CPUTAPID 0x4f1f0f0f
|
||||
}
|
||||
|
||||
# LPC2000 -> SRST causes TRST
|
||||
|
||||
Reference in New Issue
Block a user