summaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-02 11:17:04 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-02 11:17:04 +0000
commitf1f54a0fc56b8025692b1ce60e0cc588c975e397 (patch)
tree6f1a5d613d8ef8a9263f8990813c95354d6e5216 /tcl/board
parenta239d6b3346cd67d9fd85bd1beeb33bb53a331cf (diff)
downloadopenocd+libswd-f1f54a0fc56b8025692b1ce60e0cc588c975e397.tar.gz
openocd+libswd-f1f54a0fc56b8025692b1ce60e0cc588c975e397.tar.bz2
openocd+libswd-f1f54a0fc56b8025692b1ce60e0cc588c975e397.tar.xz
openocd+libswd-f1f54a0fc56b8025692b1ce60e0cc588c975e397.zip
Remove vim editor commands from TCL files.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2455 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/csb337.cfg2
-rw-r--r--tcl/board/omap2420_h4.cfg2
2 files changed, 0 insertions, 4 deletions
diff --git a/tcl/board/csb337.cfg b/tcl/board/csb337.cfg
index dd8bfa2d..c2c47898 100644
--- a/tcl/board/csb337.cfg
+++ b/tcl/board/csb337.cfg
@@ -112,5 +112,3 @@ proc csb337_reset_init { } {
}
$_TARGETNAME configure -event reset-init {csb337_reset_init}
-
-# vim:syntax tcl
diff --git a/tcl/board/omap2420_h4.cfg b/tcl/board/omap2420_h4.cfg
index 4a5daaf6..c2190b5c 100644
--- a/tcl/board/omap2420_h4.cfg
+++ b/tcl/board/omap2420_h4.cfg
@@ -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