aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/dsp568013.cfg
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2020-04-26 01:25:32 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2020-05-09 14:37:35 +0100
commit6d3cb807aaa60c4a4cd8ed49ae7860097bc1b3ce (patch)
tree640141d18db683148a763d8860eb21fbf04cedb6 /tcl/target/dsp568013.cfg
parent3a28cdc7cb790e388f0e142510858bee0b642597 (diff)
downloadriscv-openocd-6d3cb807aaa60c4a4cd8ed49ae7860097bc1b3ce.zip
riscv-openocd-6d3cb807aaa60c4a4cd8ed49ae7860097bc1b3ce.tar.gz
riscv-openocd-6d3cb807aaa60c4a4cd8ed49ae7860097bc1b3ce.tar.bz2
tcl: fix typo and spelling
Identified by checkpatch script from Linux kernel v5.7-rc1 using the command find tcl/ -type f -exec ./tools/scripts/checkpatch.pl \ -q --types TYPO_SPELLING --strict -f {} \; Change-Id: I7b523f0ab5ec047ff167742a44c29984ac672cf4 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5615 Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Tested-by: jenkins
Diffstat (limited to 'tcl/target/dsp568013.cfg')
-rw-r--r--tcl/target/dsp568013.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/dsp568013.cfg b/tcl/target/dsp568013.cfg
index c0c1df2..40fa3c2 100644
--- a/tcl/target/dsp568013.cfg
+++ b/tcl/target/dsp568013.cfg
@@ -35,7 +35,7 @@ set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME dsp5680xx -endian $_ENDIAN -chain-position $_TARGETNAME
# Setup the interesting tap
-# Disable polling to be able to get idcode from core tap. If re enabled, can be re enabled, but it should be disabled to correctly unlock flash (operations requiere certain instruction to be in the IR register during reset, and polling would change this)
+# Disable polling to be able to get idcode from core tap. If re enabled, can be re enabled, but it should be disabled to correctly unlock flash (operations require certain instruction to be in the IR register during reset, and polling would change this)
jtag configure $_CHIPNAME.chp -event setup "
jtag tapenable $_TARGETNAME
poll off