On Fri, 15 Sept 2023 at 21:33, Yoann Congal <yoann.con...@smile.fr> wrote: > > From: Mickaël Tansorier <mickael.tansor...@smile.fr> > > `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.tansor...@smile.fr> > Reviewed-by: Yoann Congal <yoann.con...@smile.fr> > --- > doc/usage/cmd/load.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <s...@chromium.org>