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 /doc/usage/fit | |
| 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]>
Diffstat (limited to 'doc/usage/fit')
| -rw-r--r-- | doc/usage/fit/index.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/usage/fit/index.rst b/doc/usage/fit/index.rst new file mode 100644 index 00000000000..40f0d119362 --- /dev/null +++ b/doc/usage/fit/index.rst @@ -0,0 +1,11 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +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 |
