提交 aa5fb3de 编写于 作者: M Michal Simek

cmd: boot: Update reset usage message

The commit 573a3811 ("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: NMichal Simek <michal.simek@xilinx.com>
Reviewed-by: NIgor Opaniuk <igor.opaniuk@foundries.io>
上级 a84d3b6c
......@@ -58,7 +58,8 @@ U_BOOT_CMD(
U_BOOT_CMD(
reset, 2, 0, do_reset,
"Perform RESET of the CPU",
""
"- cold boot without level specifier\n"
"reset -w - warm reset if implemented"
);
#ifdef CONFIG_CMD_POWEROFF
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册