diff options
author | Simon Glass <sjg@chromium.org> | 2023-06-23 13:22:06 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-06-23 16:28:13 +0200 |
commit | ad29e08b79fd779a758b24106c8148a9c140f025 (patch) | |
tree | 0ae339446184561cad75e873a128593c3a376b3b /doc/usage/cmd/source.rst | |
parent | 3c1e2c3261ce2b00455ad18a0e6ea10ed7af96eb (diff) |
doc: Bring in FIT signature files
Bring these files into the documentation.
Fix 'wtih' and 'it' typos and repeated 'could' while we are here.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/usage/cmd/source.rst')
-rw-r--r-- | doc/usage/cmd/source.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/source.rst b/doc/usage/cmd/source.rst index 61a45059096..6f5fa285134 100644 --- a/doc/usage/cmd/source.rst +++ b/doc/usage/cmd/source.rst @@ -22,7 +22,7 @@ Two formats for script files exist: * Flat Image Tree (FIT) The benefit of the FIT images is that they can be signed and verifed as -decribed in :download:`signature.txt <../../uImage.FIT/signature.txt>`. +described in :doc:`../fit/signature`. Both formats can be created with the mkimage tool. |