diff options
| author | Simon Glass <[email protected]> | 2023-06-23 13:22:01 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2023-06-23 16:28:12 +0200 |
| commit | 488445cefa10d8a0cdba6264f854ff0d0e88bd1a (patch) | |
| tree | d706e363bbe4095ada388d1bb28773ca2f81ca8a | |
| parent | 63e23f239dafc7421d6ea63b16c031b9078db58b (diff) | |
doc: Move FIT into its own directory
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]>
| -rw-r--r-- | doc/usage/fit/index.rst (renamed from doc/usage/fit.rst) | 3 | ||||
| -rw-r--r-- | doc/usage/index.rst | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/usage/fit.rst b/doc/usage/fit/index.rst index 70374340577..40f0d119362 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 a11c5756f05..04c959af93f 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 |
