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
-2
View File
@@ -112,5 +112,3 @@ proc csb337_reset_init { } {
}
$_TARGETNAME configure -event reset-init {csb337_reset_init}
# vim:syntax tcl
-2
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