From: Quentin Schulz Date: Thu, 7 May 2026 15:04:06 +0000 (+0200) Subject: doc: usage: cmd: reset: fix typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe725640ece0405730507a556061cb3b32586c1f;p=thirdparty%2Fu-boot.git 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 Reviewed-by: Simon Glass --- 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.