On 6/22/23 22:21, Simon Glass wrote:
Create a new usage/fit directory which will house information about FIT.

Signed-off-by: Simon Glass <s...@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
+

Please, avoid white space at end of file. But as this is corrected in a
later patch:

Reviewed-by: Heinrich Schuchardt <xypron.glpk


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

Reply via email to