[PATCH v2 01/14] doc: Move FIT into its own directory
Simon Glass
sjg at chromium.org
Fri Jun 23 14:22:01 CEST 2023
Create a new usage/fit directory which will house information about FIT.
Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
Changes in v2:
- Drop newline at end of file
doc/usage/{fit.rst => fit/index.rst} | 3 +++
doc/usage/index.rst | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
rename doc/usage/{fit.rst => fit/index.rst} (88%)
diff --git a/doc/usage/fit.rst b/doc/usage/fit/index.rst
similarity index 88%
rename from doc/usage/fit.rst
rename to doc/usage/fit/index.rst
index 70374340577e..40f0d1193626 100644
--- a/doc/usage/fit.rst
+++ b/doc/usage/fit/index.rst
@@ -6,3 +6,6 @@ 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 84ef8a9a427d..e1fe284b38c1 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
--
2.41.0.162.gfafddb0af9-goog
More information about the U-Boot
mailing list