[PATCH 1/9] doc: Move FIT into its own directory
Simon Glass
sjg at chromium.org
Thu Jun 22 22:21:08 CEST 2023
Create a new usage/fit directory which will house information about FIT.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
doc/usage/{fit.rst => fit/index.rst} | 4 ++++
doc/usage/index.rst | 2 +-
2 files changed, 5 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..68641a6704ff 100644
--- a/doc/usage/fit.rst
+++ b/doc/usage/fit/index.rst
@@ -6,3 +6,7 @@ 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