From: Mickaël Tansorier Date: Fri, 15 Sep 2023 22:11:53 +0000 (+0200) Subject: doc: usage: load: document part as hexadecimal X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~4^2~1 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=9e49bb42ba33b178549b7d8367e0cf96f4ccfa9b;p=uboot.git 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 Reviewed-by: Yoann Congal Reviewed-by: Simon Glass --- 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 -------