diff options
author | dbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-09-30 23:02:15 +0000 |
---|---|---|
committer | dbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-09-30 23:02:15 +0000 |
commit | 32599fab1ac1f77b8f64fde0cd7668bd0f5f1c50 (patch) | |
tree | 7de763b5033427c83b94f593797cff2e1c9231b7 /tcl/board | |
parent | aaf1daa056103f711a7498914b9b5b76cb64c1b3 (diff) | |
download | openocd+libswd-32599fab1ac1f77b8f64fde0cd7668bd0f5f1c50.tar.gz openocd+libswd-32599fab1ac1f77b8f64fde0cd7668bd0f5f1c50.tar.bz2 openocd+libswd-32599fab1ac1f77b8f64fde0cd7668bd0f5f1c50.tar.xz openocd+libswd-32599fab1ac1f77b8f64fde0cd7668bd0f5f1c50.zip |
Remove annoying EOL whitespace (again, sigh).
git-svn-id: svn://svn.berlios.de/openocd/trunk@2781 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl/board')
-rw-r--r-- | tcl/board/telo.cfg | 6 | ||||
-rw-r--r-- | tcl/board/topas910.cfg | 4 | ||||
-rw-r--r-- | tcl/board/topasa900.cfg | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/tcl/board/telo.cfg b/tcl/board/telo.cfg index 29066f96..7d638d7e 100644 --- a/tcl/board/telo.cfg +++ b/tcl/board/telo.cfg @@ -11,7 +11,7 @@ source [find c100helper.tcl] # Note that libftd2xx.so tries to assert srst # which break this script # use libftdi.so library instead with this script -# make the reset asserted to +# make the reset asserted to # allow RC circuit to discharge for: [ms] jtag_nsrst_assert_width 100 jtag_ntrst_assert_width 100 @@ -39,7 +39,7 @@ $_TARGETNAME configure -event reset-deassert-post { # Force target into ARM state. # soft_reset_halt # not implemented on ARM11 puts "Detected SRSRT asserted on C100.CPU" - + } $_TARGETNAME configure -event reset-assert-post { @@ -47,7 +47,7 @@ $_TARGETNAME configure -event reset-assert-post { #sleep 10 } -proc power_restore {} { puts "Sensed power restore. No action." } +proc power_restore {} { puts "Sensed power restore. No action." } proc srst_deasserted {} { puts "Sensed nSRST deasserted. No action." } diff --git a/tcl/board/topas910.cfg b/tcl/board/topas910.cfg index 450a75b8..01ace63e 100644 --- a/tcl/board/topas910.cfg +++ b/tcl/board/topas910.cfg @@ -53,7 +53,7 @@ proc topas910_init { } { # // # // Configure SDRAM type parameter # _DMC_MEMORY_CFG = 0x00008011; -# _DMC_USER_CONFIG = 0x00000011; +# _DMC_USER_CONFIG = 0x00000011; # // 32 bit memory interface # # @@ -101,7 +101,7 @@ proc topas910_init { } { sleep 10 # jtag_speed 10000 -# remap off in case of IROM boot +# remap off in case of IROM boot mww 0xf0000004 0x00000001 } diff --git a/tcl/board/topasa900.cfg b/tcl/board/topasa900.cfg index 9d3ced94..699b42ea 100644 --- a/tcl/board/topasa900.cfg +++ b/tcl/board/topasa900.cfg @@ -1,4 +1,4 @@ -# Thanks to Pieter Conradie for this script! +# Thanks to Pieter Conradie for this script! # Target: Toshiba TOPAS900 -- TMPA900 Starterkit ###################################### @@ -107,7 +107,7 @@ proc topasa900_init { } { sleep 10 # jtag_speed 10000 -# remap off in case of IROM boot +# remap off in case of IROM boot mww 0xf0000004 0x00000001 } |