Files
u-boot-krane/cmd
Vincent StehléandHeinrich Schuchardt 2865a8590f cmd: nvedit: fix efi env -e -i command help
The help string for the `setenv -e' command shows a comma being used as
the separator between address and size for the -i option, which deals
with UEFI Variables contents passed as a buffer in memory.
This is no longer the case since commit 2b3fbcb59f ("efi_loader: use
':' as separator for setenv -i") and commit 8f0ac536d4 ("efi: change
'env -e -i' usage syntax"), which changed the separator from a comma to
a colon.
Therefore fix this last bit of the help string accordingly.

While at it, fix the comment of function do_env_set_efi(), which also
mentions a comma as separator.

Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
Cc: Tom Rini <trini@konsulko.com>
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Cc: Maxim Uvarov <maxim.uvarov@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2025-05-11 12:52:56 +02:00
..
2025-04-03 11:43:22 -06:00
2025-04-19 12:47:33 +02:00
2025-04-19 12:45:48 +02:00
2025-02-05 16:22:55 +01:00
2025-04-02 20:00:59 -06:00
2025-04-28 13:25:30 -06:00
2025-04-23 13:19:44 -06:00
2025-04-08 11:43:23 -06:00
2025-04-23 09:58:07 +02:00
2025-04-10 20:55:53 -06:00
2025-01-28 08:58:41 +02:00