]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: boot: Update reset usage message
authorMichal Simek <michal.simek@xilinx.com>
Wed, 11 Aug 2021 10:01:25 +0000 (12:01 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 26 Aug 2021 06:08:11 +0000 (08:08 +0200)
commit6db05d495a3605e71984309bfd1d4df3604e66d4
treebdf0a9815795ab82154c44ad45478f0fb6bb766e
parent8fcd62a9a22a2a9f885bfb882300a4856647eed0
cmd: boot: Update reset usage message

The commit 23776d76dd30 ("sysreset: psci: support system reset in a generic
way with PSCI") has added support for warm reset via PSCI but this hasn't
been reflected in usage message and user has to look at the code how to run
it. That's why update usage text to make this clear.

Here is full help with updated usage:
ZynqMP> help reset
reset - Perform RESET of the CPU

Usage:
reset - cold boot without level specifier
reset -w - warm reset if implemented

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@foundries.io>
cmd/boot.c