On Wed, 2009-07-01 at 20:03 -0700, Zach Welch wrote:
> On Wed, 2009-07-01 at 19:34 -0700, David Brownell wrote:
> > Prepare the DaVinci PLL code to support the version 0x0E module
> > used in newer chips (e.g. dm365):  rename the original code so
> > it's specific to version 0x02, and update the dm355evm code to
> > use that new name.
> > 
> > Fix two a minor bugs in that version 2 code:  sysclk3 setup used
> > the sysclk2 divider address (affecting video processing on dm355,
> > no worry for now) and sysclk2 setup had a syntax error.
> > 
> > Update dm355evm to tweak cosmetics, and permit use of RTCK.
> 
> We should be removing (not adding) commands for editor-specific style.
> Would you mind purging the patch of these additions?

FWIW, I have now queued the attached patch.

Cheers,

Zach


Remove vim editor commands from TCL files.
---
 board/csb337.cfg      |    2 --
 board/omap2420_h4.cfg |    2 --
 target/icepick.cfg    |    2 --
 target/omap2420.cfg   |    2 --
 target/ti_dm6446.cfg  |    2 --
 5 files changed, 10 deletions(-)
======
only in patch2:
unchanged:
--- tcl/target/omap2420.cfg	(revision 2445)
+++ tcl/target/omap2420.cfg	(working copy)
@@ -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
only in patch2:
unchanged:
--- tcl/target/icepick.cfg	(revision 2445)
+++ tcl/target/icepick.cfg	(working copy)
@@ -19,5 +19,3 @@
 	irscan $jrc 0x3F -endstate RUN/IDLE
 	runtest 10
 }
-
-# vim:syntax tcl
only in patch2:
unchanged:
--- tcl/target/ti_dm6446.cfg	(revision 2445)
+++ tcl/target/ti_dm6446.cfg	(working copy)
@@ -75,5 +75,3 @@
 # trace setup
 etm config $_TARGETNAME 16 normal full etb
 etb config $_TARGETNAME $_CHIPNAME.etb
-
-# vim:syntax tcl
only in patch2:
unchanged:
--- tcl/board/omap2420_h4.cfg	(revision 2445)
+++ tcl/board/omap2420_h4.cfg	(working copy)
@@ -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
only in patch2:
unchanged:
--- tcl/board/csb337.cfg	(revision 2445)
+++ tcl/board/csb337.cfg	(working copy)
@@ -112,5 +112,3 @@
 }
 
 $_TARGETNAME configure -event reset-init {csb337_reset_init}
-
-# vim:syntax tcl
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to