summaryrefslogtreecommitdiff
path: root/tcl
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
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')
-rw-r--r--tcl/board/csb337.cfg2
-rw-r--r--tcl/board/omap2420_h4.cfg2
-rw-r--r--tcl/target/icepick.cfg2
-rw-r--r--tcl/target/omap2420.cfg2
-rw-r--r--tcl/target/ti_dm6446.cfg2
5 files changed, 0 insertions, 10 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
diff --git a/tcl/target/icepick.cfg b/tcl/target/icepick.cfg
index 0597a9a5..da92c9ee 100644
--- a/tcl/target/icepick.cfg
+++ b/tcl/target/icepick.cfg
@@ -19,5 +19,3 @@ proc icepick_c_tapenable {jrc port} {
irscan $jrc 0x3F -endstate RUN/IDLE
runtest 10
}
-
-# vim:syntax tcl
diff --git a/tcl/target/omap2420.cfg b/tcl/target/omap2420.cfg
index 9cce2e78..01557491 100644
--- a/tcl/target/omap2420.cfg
+++ b/tcl/target/omap2420.cfg
@@ -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
diff --git a/tcl/target/ti_dm6446.cfg b/tcl/target/ti_dm6446.cfg
index 3905b3d6..f951a090 100644
--- a/tcl/target/ti_dm6446.cfg
+++ b/tcl/target/ti_dm6446.cfg
@@ -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