summaryrefslogtreecommitdiff
path: root/doc/usage/index.rst
diff options
context:
space:
mode:
authorSughosh Ganu <sughosh.ganu@linaro.org>2022-07-22 19:02:08 +0300
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2022-08-02 23:50:02 +0300
commit4bdbb54ee5f2abd6ee3d0ec6bcfc627ed7a6cd41 (patch)
tree756c0eef75d2381f623e8d5dfe2edfd9f7b7304d /doc/usage/index.rst
parentc79e274c7c6637eeaf631988b18dd68a30596778 (diff)
downloadu-boot-4bdbb54ee5f2abd6ee3d0ec6bcfc627ed7a6cd41.tar.xz
doc: rng: Add documentation for the rng command
Add a usage document for the 'rng' u-boot command. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'doc/usage/index.rst')
-rw-r--r--doc/usage/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/usage/index.rst b/doc/usage/index.rst
index 16a3db5c00..2ba8733b92 100644
--- a/doc/usage/index.rst
+++ b/doc/usage/index.rst
@@ -56,6 +56,7 @@ Shell commands
cmd/pstore
cmd/qfw
cmd/reset
+ cmd/rng
cmd/sbi
cmd/sf
cmd/scp03