Remove vim editor commands from TCL files.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2455 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
a239d6b334
commit
f1f54a0fc5
|
@ -112,5 +112,3 @@ proc csb337_reset_init { } {
|
||||||
}
|
}
|
||||||
|
|
||||||
$_TARGETNAME configure -event reset-init {csb337_reset_init}
|
$_TARGETNAME configure -event reset-init {csb337_reset_init}
|
||||||
|
|
||||||
# vim:syntax tcl
|
|
||||||
|
|
|
@ -10,5 +10,3 @@ reset_config trst_and_srst separate
|
||||||
# has 64M NAND on cs6.
|
# has 64M NAND on cs6.
|
||||||
flash bank cfi 0x04000000 0x02000000 2 2 $_TARGETNAME
|
flash bank cfi 0x04000000 0x02000000 2 2 $_TARGETNAME
|
||||||
flash bank cfi 0x06000000 0x02000000 2 2 $_TARGETNAME
|
flash bank cfi 0x06000000 0x02000000 2 2 $_TARGETNAME
|
||||||
|
|
||||||
# vim:syntax tcl
|
|
||||||
|
|
|
@ -19,5 +19,3 @@ proc icepick_c_tapenable {jrc port} {
|
||||||
irscan $jrc 0x3F -endstate RUN/IDLE
|
irscan $jrc 0x3F -endstate RUN/IDLE
|
||||||
runtest 10
|
runtest 10
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:syntax tcl
|
|
||||||
|
|
|
@ -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.
|
# REVISIT ... as of 12-June-2009, OpenOCD's ETM code can't talk to ARM11 cores.
|
||||||
#etm config $_TARGETNAME 16 normal full etb
|
#etm config $_TARGETNAME 16 normal full etb
|
||||||
#etb config $_TARGETNAME $_CHIPNAME.etb
|
#etb config $_TARGETNAME $_CHIPNAME.etb
|
||||||
|
|
||||||
# vim:syntax tcl
|
|
||||||
|
|
|
@ -75,5 +75,3 @@ arm7_9 dcc_downloads enable
|
||||||
# trace setup
|
# trace setup
|
||||||
etm config $_TARGETNAME 16 normal full etb
|
etm config $_TARGETNAME 16 normal full etb
|
||||||
etb config $_TARGETNAME $_CHIPNAME.etb
|
etb config $_TARGETNAME $_CHIPNAME.etb
|
||||||
|
|
||||||
# vim:syntax tcl
|
|
||||||
|
|
Loading…
Reference in New Issue