aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorR. Diez <rdiezmail-openocd@yahoo.de>2024-05-12 18:45:16 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2024-05-26 10:01:03 +0000
commit437dde701c13e707e5fd912ef6403e09052e4d9b (patch)
treeda8a7ebcae413bdd473d8f06099652d4f579e367 /doc
parent7c4ddfb5467b096156e7e12ec7e2ad114e88d648 (diff)
downloadriscv-openocd-437dde701c13e707e5fd912ef6403e09052e4d9b.zip
riscv-openocd-437dde701c13e707e5fd912ef6403e09052e4d9b.tar.gz
riscv-openocd-437dde701c13e707e5fd912ef6403e09052e4d9b.tar.bz2
Documentation: fix warning "unbalanced square brackets"
Change-Id: I17b716533f5c9371600f0d932bf9b81c95c349e7 Signed-off-by: R. Diez <rdiezmail-openocd@yahoo.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8261 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 32697f8..5eef81e 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -9371,7 +9371,7 @@ Loads an image stored in memory by @command{fast_load_image} to the
current target. Must be preceded by fast_load_image.
@end deffn
-@deffn {Command} {fast_load_image} filename [address [@option{bin}|@option{ihex}|@option{elf}|@option{s19} [@option{min_addr} [@option{max_length}]]]]]]
+@deffn {Command} {fast_load_image} filename [address [@option{bin}|@option{ihex}|@option{elf}|@option{s19} [@option{min_addr} [@option{max_length}]]]]
Normally you should be using @command{load_image} or GDB load. However, for
testing purposes or when I/O overhead is significant(OpenOCD running on an embedded
host), storing the image in memory and uploading the image to the target