]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
doc: usage: cmd: reset: fix typo
authorQuentin Schulz <quentin.schulz@cherry.de>
Thu, 7 May 2026 15:04:06 +0000 (17:04 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 18 May 2026 06:37:13 +0000 (08:37 +0200)
"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 <quentin.schulz@cherry.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/usage/cmd/reset.rst

index 366b17eea166329b44cffba4033d20e1643ffb83..88261293924f7b1a8a4d085bacf7868a230bbb4b 100644 (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.