summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorVaradarajan Narayanan <[email protected]>2026-01-21 12:09:19 +0530
committerCasey Connolly <[email protected]>2026-04-27 12:38:44 +0200
commitef06c5d76ff46d488df201cc679f148b0140fd7a (patch)
tree1caf6bec2258a9068049cfd9d5acd33b12369e58 /cmd
parent32825eaddc37670bb87f98b338aef8238e259e72 (diff)
cmd: boot: Add '-edl' option to reset command documentation
Add help text about '-edl' option to reset command definition and related documentation. Reviewed-by: Casey Connolly <[email protected]> Reviewed-by: Sumit Garg <[email protected]> Signed-off-by: Varadarajan Narayanan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Casey Connolly <[email protected]>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/boot.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/boot.c b/cmd/boot.c
index 23496cafdf5..d80f9d8c05d 100644
--- a/cmd/boot.c
+++ b/cmd/boot.c
@@ -60,6 +60,9 @@ U_BOOT_CMD(
reset, 2, 0, do_reset,
"Perform RESET of the CPU",
"- cold boot without level specifier\n"
+#ifdef CONFIG_SYSRESET_QCOM_PSCI
+ "reset -edl - Boot to Emergency DownLoad mode\n"
+#endif
"reset -w - warm reset if implemented"
);