summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Tansorier <mickael.tansorier@smile.fr>2023-09-16 01:11:53 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-09-29 13:55:39 +0300
commit5bb1d1f9dac08dd84ea1d62eefaf5b7cbba8fe1a (patch)
tree43930d51a9fd0b54052d88277016b21672b5ff58
parent964aae164414b15ef91a0319decb13e7e2c06b52 (diff)
downloadu-boot-5bb1d1f9dac08dd84ea1d62eefaf5b7cbba8fe1a.tar.xz
doc: usage: load: document part as hexadecimal
`part` option is in hexadecimal, so information is missing in usage documentation. Callgraph for `part` parsing is : do_load -> fs_set_blk_dev -> part_get_info_by_dev_and_name_or_num -> blk_get_device_part_str -> hextoul (This is why it is hexadecimal) Signed-off-by: Mickaël Tansorier <mickael.tansorier@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--doc/usage/cmd/load.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/load.rst b/doc/usage/cmd/load.rst
index 1efee77317..2c892ee1cb 100644
--- a/doc/usage/cmd/load.rst
+++ b/doc/usage/cmd/load.rst
@@ -40,7 +40,7 @@ bytes
pos
number of bytes to skip
-addr, bytes, pos are hexadecimal numbers.
+part, addr, bytes, pos are hexadecimal numbers.
Example
-------