Re: [PATCH v4 5/5] doc: usage: add usage details for reset cmd

2021-04-20 Thread Tom Rini
On Thu, Apr 01, 2021 at 02:01:56AM +0300, Igor Opaniuk wrote: > From: Igor Opaniuk > > Add usage details for reset command. > > Signed-off-by: Igor Opaniuk Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v4 5/5] doc: usage: add usage details for reset cmd

2021-03-31 Thread Igor Opaniuk
From: Igor Opaniuk Add usage details for reset command. Signed-off-by: Igor Opaniuk --- doc/usage/index.rst | 1 + doc/usage/reset.rst | 26 ++ 2 files changed, 27 insertions(+) create mode 100644 doc/usage/reset.rst diff --git a/doc/usage/index.rst b/doc/usage/ind