aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/tmpa900.cfg
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2011-10-29 22:58:12 +0200
committerPeter Stuge <peter@stuge.se>2011-10-30 01:57:33 +0000
commitabfd4b19a6b1c1e257aed343af5ab71709f41bcb (patch)
treed84ff615c61656db1cd1ddd4d40ac90b2f9cc285 /tcl/target/tmpa900.cfg
parentfe2fd812fa6c20051781f842b9d8489cdb6b46cd (diff)
downloadriscv-openocd-abfd4b19a6b1c1e257aed343af5ab71709f41bcb.zip
riscv-openocd-abfd4b19a6b1c1e257aed343af5ab71709f41bcb.tar.gz
riscv-openocd-abfd4b19a6b1c1e257aed343af5ab71709f41bcb.tar.bz2
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>
Diffstat (limited to 'tcl/target/tmpa900.cfg')
-rw-r--r--tcl/target/tmpa900.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcl/target/tmpa900.cfg b/tcl/target/tmpa900.cfg
index cfb445e..dd5d177 100644
--- a/tcl/target/tmpa900.cfg
+++ b/tcl/target/tmpa900.cfg
@@ -14,7 +14,6 @@ set _ENDIAN little
if { [info exists CPUTAPID ] } {
set _CPUTAPID $CPUTAPID
} else {
- # force an error till we get a good number
set _CPUTAPID 0x07926031
}