From abfd4b19a6b1c1e257aed343af5ab71709f41bcb Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 29 Oct 2011 22:58:12 +0200 Subject: 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 Reviewed-on: http://openocd.zylin.com/136 Tested-by: jenkins Reviewed-by: Peter Stuge --- tcl/board/at91eb40a.cfg | 1 - tcl/board/mini2440.cfg | 1 - 2 files changed, 2 deletions(-) (limited to 'tcl/board') diff --git a/tcl/board/at91eb40a.cfg b/tcl/board/at91eb40a.cfg index dc5aacbf..b43dee3d 100644 --- a/tcl/board/at91eb40a.cfg +++ b/tcl/board/at91eb40a.cfg @@ -19,7 +19,6 @@ if { [info exists ENDIAN] } { if { [info exists CPUTAPID ] } { set _CPUTAPID $CPUTAPID } else { - # force an error till we get a good number set _CPUTAPID 0x1f0f0f0f } diff --git a/tcl/board/mini2440.cfg b/tcl/board/mini2440.cfg index c5adac36..a0345387 100644 --- a/tcl/board/mini2440.cfg +++ b/tcl/board/mini2440.cfg @@ -100,7 +100,6 @@ if { [info exists ENDIAN] } { if { [info exists CPUTAPID ] } { set _CPUTAPID $CPUTAPID } else { - # force an error till we get a good number set _CPUTAPID 0x0032409d } -- cgit v1.2.3-18-g5258