mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
964aae1644
commit
5bb1d1f9da
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ bytes
|
||||||
pos
|
pos
|
||||||
number of bytes to skip
|
number of bytes to skip
|
||||||
|
|
||||||
addr, bytes, pos are hexadecimal numbers.
|
part, addr, bytes, pos are hexadecimal numbers.
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in a new issue