Files
openocd/tcl/board
Uwe Hermann abfd4b19a6 config files: Drop incorrect comments.
There are many "force an error till we get a good number" comments in
target/board files. This refers to the use-case where a config script
sets _CPUTAPID to 0xffffffff (which presumely gets overridden later):

 if { [info exists CPUTAPID ] } {
    set _CPUTAPID $CPUTAPID
 } else {
    # Force an error until we get a good number.
    set _CPUTAPID 0xffffffff
 }

However, the same comment was also copy-pasted in many files which do
_not_ set _CPUTAPID to 0xffffffff, where the comment doesn't make any
sense at all. Drop those comments. Also, add one missing comment, and
fix small whitespace and grammar issues.

Change-Id: Ic4ba3b5ccba87ed40cea0d6a7d66609fbdfa3c71
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Reviewed-on: http://openocd.zylin.com/136
Tested-by: jenkins
Reviewed-by: Peter Stuge <peter@stuge.se>
2011-10-30 01:57:33 +00:00
..
2011-04-09 10:14:46 +02:00
2011-04-09 10:16:28 +02:00
2009-08-21 09:01:00 +00:00
2010-06-25 21:37:53 +02:00
2010-03-15 08:37:43 -07:00
2010-03-15 08:37:43 -07:00
2010-11-05 11:25:57 +01:00
2010-12-18 21:04:22 +01:00
2010-12-18 21:04:22 +01:00
2010-04-15 19:10:36 +02:00
2010-03-15 08:37:43 -07:00
2010-12-18 21:04:22 +01:00
2010-12-18 21:04:22 +01:00
2010-12-18 21:04:22 +01:00
2010-12-18 21:04:22 +01:00
2011-08-24 11:13:26 +02:00
2010-12-18 21:04:22 +01:00
2010-12-18 21:04:22 +01:00
2010-12-18 21:04:22 +01:00
2010-12-18 21:04:22 +01:00
2011-03-13 14:59:39 +01:00
2010-12-18 21:04:22 +01:00
2010-12-18 21:04:22 +01:00
2011-06-02 12:17:28 +02:00
2010-04-26 07:08:55 +02:00