diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-07-02 11:17:04 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-07-02 11:17:04 +0000 |
commit | f1f54a0fc56b8025692b1ce60e0cc588c975e397 (patch) | |
tree | 6f1a5d613d8ef8a9263f8990813c95354d6e5216 /tcl/board/omap2420_h4.cfg | |
parent | a239d6b3346cd67d9fd85bd1beeb33bb53a331cf (diff) | |
download | openocd+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/omap2420_h4.cfg')
-rw-r--r-- | tcl/board/omap2420_h4.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
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 |