]> git.ipfire.org Git - thirdparty/u-boot.git/commit
doc: usage: cmd: reset: specify when the -edl option is available
authorQuentin Schulz <quentin.schulz@cherry.de>
Thu, 7 May 2026 15:04:07 +0000 (17:04 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 18 May 2026 06:37:13 +0000 (08:37 +0200)
commite49c84f7bb7b69a9736e8243665b30b46075ab55
treeeffa4dc3e1fd54f17864dc9430cef463e345732f
parentfe725640ece0405730507a556061cb3b32586c1f
doc: usage: cmd: reset: specify when the -edl option is available

The option is only available when CONFIG_SYSRESET_QCOM_PSCI is enabled,
so let's make that explicit in the boot cmd documentation.

Due to the implementation in drivers/sysreset/sysreset-uclass.c
do_reset() function, all options to the reset command are passed to all
sysreset drivers' sysreset_ops.request_arg callback (including -w) which
is only available when CONFIG_SYSRESET_CMD_RESET_ARGS=y. -w, however,
works also without this option.

Fixes: ef06c5d76ff4 ("cmd: boot: Add '-edl' option to reset command documentation")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/usage/cmd/reset.rst