From 488445cefa10d8a0cdba6264f854ff0d0e88bd1a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 23 Jun 2023 13:22:01 +0100 Subject: doc: Move FIT into its own directory Create a new usage/fit directory which will house information about FIT. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- doc/usage/fit.rst | 8 -------- doc/usage/fit/index.rst | 11 +++++++++++ doc/usage/index.rst | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 doc/usage/fit.rst create mode 100644 doc/usage/fit/index.rst diff --git a/doc/usage/fit.rst b/doc/usage/fit.rst deleted file mode 100644 index 70374340577..00000000000 --- a/doc/usage/fit.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. SPDX-License-Identifier: GPL-2.0+ - -Flat Image Tree (FIT) -===================== - -U-Boot uses Flat Image Tree (FIT) as a standard file format for packaging -images that it it reads and boots. Documentation about FIT is available at -doc/uImage.FIT diff --git a/doc/usage/fit/index.rst b/doc/usage/fit/index.rst new file mode 100644 index 00000000000..40f0d119362 --- /dev/null +++ b/doc/usage/fit/index.rst @@ -0,0 +1,11 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Flat Image Tree (FIT) +===================== + +U-Boot uses Flat Image Tree (FIT) as a standard file format for packaging +images that it it reads and boots. Documentation about FIT is available at +doc/uImage.FIT + +.. toctree:: + :maxdepth: 1 diff --git a/doc/usage/index.rst b/doc/usage/index.rst index a11c5756f05..04c959af93f 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@ -8,7 +8,7 @@ Use U-Boot dfu environment fdt_overlays - fit + fit/index netconsole partitions cmdline -- cgit v1.2.3