Remove vim editor commands from TCL files.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2455 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch 2009-07-02 11:17:04 +00:00
parent a239d6b334
commit f1f54a0fc5
5 changed files with 0 additions and 10 deletions

View File

@ -112,5 +112,3 @@ proc csb337_reset_init { } {
}
$_TARGETNAME configure -event reset-init {csb337_reset_init}
# vim:syntax tcl

View File

@ -10,5 +10,3 @@ reset_config trst_and_srst separate
# has 64M NAND on cs6.
flash bank cfi 0x04000000 0x02000000 2 2 $_TARGETNAME
flash bank cfi 0x06000000 0x02000000 2 2 $_TARGETNAME
# vim:syntax tcl

View File

@ -19,5 +19,3 @@ proc icepick_c_tapenable {jrc port} {
irscan $jrc 0x3F -endstate RUN/IDLE
runtest 10
}
# vim:syntax tcl

View File

@ -57,5 +57,3 @@ $_TARGETNAME configure -work-area-backup 0
# REVISIT ... as of 12-June-2009, OpenOCD's ETM code can't talk to ARM11 cores.
#etm config $_TARGETNAME 16 normal full etb
#etb config $_TARGETNAME $_CHIPNAME.etb
# vim:syntax tcl

View File

@ -75,5 +75,3 @@ arm7_9 dcc_downloads enable
# trace setup
etm config $_TARGETNAME 16 normal full etb
etb config $_TARGETNAME $_CHIPNAME.etb
# vim:syntax tcl