mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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:
committed by
Heinrich Schuchardt
parent
1076feb8a3
commit
fe725640ec
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user