]> Git Repo - J-u-boot.git/commitdiff
doc: Move FIT into its own directory
authorSimon Glass <[email protected]>
Fri, 23 Jun 2023 12:22:01 +0000 (13:22 +0100)
committerHeinrich Schuchardt <[email protected]>
Fri, 23 Jun 2023 14:28:12 +0000 (16:28 +0200)
Create a new usage/fit directory which will house information about FIT.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
doc/usage/fit.rst [deleted file]
doc/usage/fit/index.rst [new file with mode: 0644]
doc/usage/index.rst

diff --git a/doc/usage/fit.rst b/doc/usage/fit.rst
deleted file mode 100644 (file)
index 7037434..0000000
+++ /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 (file)
index 0000000..40f0d11
--- /dev/null
@@ -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
index a11c5756f057ecd5fe990f0fb0a6b32cc61d7d3c..04c959af93fdf0ab141416e11d4991cc6da02b6e 100644 (file)
@@ -8,7 +8,7 @@ Use U-Boot
    dfu
    environment
    fdt_overlays
-   fit
+   fit/index
    netconsole
    partitions
    cmdline
This page took 0.040458 seconds and 4 git commands to generate.