From 488445cefa10d8a0cdba6264f854ff0d0e88bd1a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 23 Jun 2023 13:22:01 +0100 Subject: [PATCH] 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 => 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 7037434057..40f0d11936 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 a11c5756f0..04c959af93 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