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: 34e452dd02 ("doc: usage: Group all shell command docs into cmd/ sub-directory")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Quentin Schulz
2026-05-07 17:04:06 +02:00
committed by Heinrich Schuchardt
parent 1076feb8a3
commit fe725640ec

View File

@@ -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.