diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-08-11 17:24:55 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-08-11 17:24:55 +0200 |
commit | 8f779cf66bf459616b7dad88e871c2f4a7315371 (patch) | |
tree | ddd83179d52630a0c09d831eb3adc51166465985 /testing/examples/cortex/cm3-ftest.cfg | |
parent | f1bd1274ee3491c1a98c1484408ce10215391190 (diff) | |
download | openocd_libswd-8f779cf66bf459616b7dad88e871c2f4a7315371.tar.gz openocd_libswd-8f779cf66bf459616b7dad88e871c2f4a7315371.tar.bz2 openocd_libswd-8f779cf66bf459616b7dad88e871c2f4a7315371.tar.xz openocd_libswd-8f779cf66bf459616b7dad88e871c2f4a7315371.zip |
tcl: remove silly ocd_ prefix to array2mem and mem2array
ocd_ prefix is used internally in OpenOCD as a kludge more
or less to deal with the two kinds of commands that OpenOCD
has.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'testing/examples/cortex/cm3-ftest.cfg')
-rw-r--r-- | testing/examples/cortex/cm3-ftest.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/examples/cortex/cm3-ftest.cfg b/testing/examples/cortex/cm3-ftest.cfg index 2c7809d3..37937036 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 - # ocd_array2mem should be faster, though we'd need to + # array2mem should be faster, though we'd need to # compute the resulting $addr ourselves foreach opcode $halfwords { mwh $addr $opcode |