From: <zw...@ma...> - 2009-07-02 13:17:11
|
Author: zwelch Date: 2009-07-02 13:17:04 +0200 (Thu, 02 Jul 2009) New Revision: 2455 Modified: trunk/tcl/board/csb337.cfg trunk/tcl/board/omap2420_h4.cfg trunk/tcl/target/icepick.cfg trunk/tcl/target/omap2420.cfg trunk/tcl/target/ti_dm6446.cfg Log: Remove vim editor commands from TCL files. Modified: trunk/tcl/board/csb337.cfg =================================================================== --- trunk/tcl/board/csb337.cfg 2009-07-02 11:16:57 UTC (rev 2454) +++ trunk/tcl/board/csb337.cfg 2009-07-02 11:17:04 UTC (rev 2455) @@ -112,5 +112,3 @@ } $_TARGETNAME configure -event reset-init {csb337_reset_init} - -# vim:syntax tcl Modified: trunk/tcl/board/omap2420_h4.cfg =================================================================== --- trunk/tcl/board/omap2420_h4.cfg 2009-07-02 11:16:57 UTC (rev 2454) +++ trunk/tcl/board/omap2420_h4.cfg 2009-07-02 11:17:04 UTC (rev 2455) @@ -10,5 +10,3 @@ # has 64M NAND on cs6. flash bank cfi 0x04000000 0x02000000 2 2 $_TARGETNAME flash bank cfi 0x06000000 0x02000000 2 2 $_TARGETNAME - -# vim:syntax tcl Modified: trunk/tcl/target/icepick.cfg =================================================================== --- trunk/tcl/target/icepick.cfg 2009-07-02 11:16:57 UTC (rev 2454) +++ trunk/tcl/target/icepick.cfg 2009-07-02 11:17:04 UTC (rev 2455) @@ -19,5 +19,3 @@ irscan $jrc 0x3F -endstate RUN/IDLE runtest 10 } - -# vim:syntax tcl Modified: trunk/tcl/target/omap2420.cfg =================================================================== --- trunk/tcl/target/omap2420.cfg 2009-07-02 11:16:57 UTC (rev 2454) +++ trunk/tcl/target/omap2420.cfg 2009-07-02 11:17:04 UTC (rev 2455) @@ -57,5 +57,3 @@ # 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 Modified: trunk/tcl/target/ti_dm6446.cfg =================================================================== --- trunk/tcl/target/ti_dm6446.cfg 2009-07-02 11:16:57 UTC (rev 2454) +++ trunk/tcl/target/ti_dm6446.cfg 2009-07-02 11:17:04 UTC (rev 2455) @@ -75,5 +75,3 @@ # trace setup etm config $_TARGETNAME 16 normal full etb etb config $_TARGETNAME $_CHIPNAME.etb - -# vim:syntax tcl |