forked from auracaster/openocd
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:
@@ -5,13 +5,13 @@
|
||||
|
||||
#jtag scan chain
|
||||
set _CHIPNAME syntaxtest
|
||||
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf
|
||||
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf
|
||||
|
||||
#target configuration
|
||||
set _TARGETNAME $_CHIPNAME.cpu
|
||||
target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm7tdmi-s_r4
|
||||
|
||||
$_TARGETNAME configure -event reset-init {
|
||||
$_TARGETNAME configure -event reset-init {
|
||||
|
||||
syntax error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user