aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorMarc Schink <dev@zapb.de>2022-02-25 15:44:58 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2022-03-12 09:48:19 +0000
commitbe0d68eb66b513ef406ffa83102f89a8f4602914 (patch)
tree08dd44dbe610f2c39251098a11d06d5fdd6a403d /testing
parente370e06b724f6e3a0fdd8611a3d461c2cc15735c (diff)
downloadriscv-openocd-be0d68eb66b513ef406ffa83102f89a8f4602914.zip
riscv-openocd-be0d68eb66b513ef406ffa83102f89a8f4602914.tar.gz
riscv-openocd-be0d68eb66b513ef406ffa83102f89a8f4602914.tar.bz2
Remove all occurrences of 'mem2array' and 'array2mem'
Replace deprecated commands 'mem2array' and 'array2mem' with new Tcl commands 'read_memory' and 'write_memory'. Change-Id: I116d995995396133ca782b14cce02bd1ab917a4e Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/6859 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'testing')
-rw-r--r--testing/examples/cortex/cm3-ftest.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/examples/cortex/cm3-ftest.cfg b/testing/examples/cortex/cm3-ftest.cfg
index 6f3fa5c..02c8da1 100644
--- a/testing/examples/cortex/cm3-ftest.cfg
+++ b/testing/examples/cortex/cm3-ftest.cfg
@@ -50,7 +50,7 @@ proc load_and_run { name halfwords n_instr } {
echo "# code to trigger $name vector"
set addr 0x20000000
- # array2mem should be faster, though we'd need to
+ # write_memory should be faster, though we'd need to
# compute the resulting $addr ourselves
foreach opcode $halfwords {
mwh $addr $opcode