mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
1aa2a745c5
Add usage details for reset command. Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
26 lines
411 B
ReStructuredText
26 lines
411 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0+
|
|
|
|
reset command
|
|
=============
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
::
|
|
|
|
reset [-w]
|
|
|
|
Description
|
|
-----------
|
|
|
|
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.
|
|
|
|
|
|
Return value
|
|
------------
|
|
|
|
The return value $? is always set to 0 (true).
|