summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2026-05-07 17:04:06 +0200
committerHeinrich Schuchardt <[email protected]>2026-05-18 08:37:13 +0200
commitfe725640ece0405730507a556061cb3b32586c1f (patch)
treeff81ca6046e80ab6c5abe8f2789a32bec67c6c19
parent1076feb8a3f96e2def81485f852e9c1a451cedf4 (diff)
doc: usage: cmd: reset: fix typo
"Do warm WARM" doesn't mean anything, I'm assuming the intent was to say "Do WARM reset" so reword. Fixes: 34e452dd0252 ("doc: usage: Group all shell command docs into cmd/ sub-directory") Signed-off-by: Quentin Schulz <[email protected]> Reviewed-by: Simon Glass <[email protected]>
-rw-r--r--doc/usage/cmd/reset.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/reset.rst b/doc/usage/cmd/reset.rst
index 366b17eea16..88261293924 100644
--- a/doc/usage/cmd/reset.rst
+++ b/doc/usage/cmd/reset.rst
@@ -20,7 +20,7 @@ Perform reset of the CPU. By default does COLD reset, which resets CPU,
DDR and peripherals, on some boards also resets external PMIC.
-w
- Do warm WARM, reset CPU but keep peripheral/DDR/PMIC active.
+ Do WARM reset: reset CPU but keep peripheral/DDR/PMIC active.
-edl
Boot to Emergency DownLoad mode on supported Qualcomm platforms.