Skip to content

Commit

Permalink
tcl: fix minor typos and repeated words
Browse files Browse the repository at this point in the history
Detected with checkpatch.

Change-Id: Id306928496cf70bbe7ff065bf726bc7dceadce26
Signed-off-by: Antonio Borneo <[email protected]>
Reviewed-on: https://review.openocd.org/c/openocd/+/8409
Tested-by: jenkins
Reviewed-by: zapb <[email protected]>
  • Loading branch information
borneoa committed Aug 2, 2024
1 parent 13f9f29 commit 4c77f94
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tcl/board/at91sam9g20-ek.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ proc read_register {register} {

proc at91sam9g20_reset_start { } {

# Make sure that the the jtag is running slow, since there are a number of different ways the board
# Make sure that the jtag is running slow, since there are a number of different ways the board
# can be configured coming into this state that can cause communication problems with the jtag
# adapter. Also since this call can be made following a "reset init" where fast memory accesses
# are enabled, need to temporarily shut this down so that the RSTC_MR register can be written at slower
Expand Down Expand Up @@ -202,7 +202,7 @@ proc at91sam9g20_reset_init { } {
mww 0xffffea00 0x3
mww 0x20000000 0

# Signal normal mode using the SDRAMC_MR register and follow with a zero value write the the starting
# Signal normal mode using the SDRAMC_MR register and follow with a zero value write the starting
# memory location for the SDRAM.

mww 0xffffea00 0x0
Expand Down
2 changes: 1 addition & 1 deletion tcl/board/netgear-wg102.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $_TARGETNAME configure -event reset-init {
# 0x00003800 - 0x07 << FLASHCTL_WST2_S
# FLASHCTL_AC_8M 0x00060000 - Size of flash
# FLASHCTL_E 0x00080000 - Flash bank enable (added)
# FLASHCTL_WP 0x04000000 - write protect. If used, CFI mode wont work!!
# FLASHCTL_WP 0x04000000 - write protect. If used, CFI mode won't work!!
# FLASHCTL_MWx16 0x10000000 - 16bit mode. Do not use it!!
# FLASHCTL_MWx8 0x00000000 - 8bit mode.
mww 0xb8400000 0x000d3ce1
Expand Down
2 changes: 1 addition & 1 deletion tcl/target/allwinner_v3s.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# UART2_TX PB0 Per default disabled
# UART2_RX PB1 Per default disabled
#
# JTAG is enabled by default after power on on listed JTAG_* pins. So far the
# JTAG is enabled by default after power-on on listed JTAG_* pins. So far the
# boot sequence is:
# Time Action
# 0000ms Power ON
Expand Down
2 changes: 1 addition & 1 deletion tcl/target/ampere_emag.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#
# Configure defaults for target
# Can be overriden in board configuration file
# Can be overridden in board configuration file
#

if { [info exists CHIPNAME] } {
Expand Down
2 changes: 1 addition & 1 deletion tcl/target/icepick.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

# Utilities for TI ICEpick-C/D used in most TI SoCs
# Details about the ICEPick are available in the the TRM for each SoC
# Details about the ICEPick are available in the TRM for each SoC
# and http://processors.wiki.ti.com/index.php/ICEPICK

# create "constants"
Expand Down

0 comments on commit 4c77f94

Please sign in to comment.