forked from auracaster/openocd
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user