]> git.baikalelectronics.ru Git - uboot.git/commit
doc: usage: load: document part as hexadecimal
authorMickaël Tansorier <mickael.tansorier@smile.fr>
Fri, 15 Sep 2023 22:11:53 +0000 (00:11 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 29 Sep 2023 10:55:39 +0000 (12:55 +0200)
commit9e49bb42ba33b178549b7d8367e0cf96f4ccfa9b
tree43930d51a9fd0b54052d88277016b21672b5ff58
parentd477542105a94a8cde53289ab49fb926cd311e16
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>
doc/usage/cmd/load.rst