[PATCH] doc: usage: cmd: reset: specify when the -edl option is available
Quentin Schulz
foss+uboot at 0leil.net
Tue Apr 28 12:26:08 CEST 2026
From: Quentin Schulz <quentin.schulz at cherry.de>
The option is only available when CONFIG_SYSRESET_QCOM_PSCI is enabled,
so let's make that explicit in the boot cmd documentation.
Fixes: ef06c5d76ff4 ("cmd: boot: Add '-edl' option to reset command documentation")
Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
doc/usage/cmd/reset.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/usage/cmd/reset.rst b/doc/usage/cmd/reset.rst
index 366b17eea16..54767fea241 100644
--- a/doc/usage/cmd/reset.rst
+++ b/doc/usage/cmd/reset.rst
@@ -23,7 +23,8 @@ DDR and peripherals, on some boards also resets external PMIC.
Do warm WARM, reset CPU but keep peripheral/DDR/PMIC active.
-edl
- Boot to Emergency DownLoad mode on supported Qualcomm platforms.
+ Boot to Emergency DownLoad mode on supported Qualcomm platforms and only
+ when CONFIG_SYSRESET_QCOM_PSCI=y.
Return value
------------
---
base-commit: 4433253ecf2041f9362a763bb6cb79960921ac7e
change-id: 20260428-doc-sysreset-qcom-f5d21aa84142
Best regards,
--
Quentin Schulz <quentin.schulz at cherry.de>
More information about the U-Boot
mailing list