projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00cac74
)
doc: Fix link reference to general verified boot docs
author
Alexander Dahl
<ada@thorsis.com>
Tue, 11 Jun 2024 14:40:31 +0000
(16:40 +0200)
committer
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Sun, 16 Jun 2024 08:37:10 +0000
(10:37 +0200)
Fixes: ad29e08b79fd ("doc: Bring in FIT signature files")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/usage/fit/signature.rst
patch
|
blob
|
history
diff --git
a/doc/usage/fit/signature.rst
b/doc/usage/fit/signature.rst
index 03a71b5192d70530b61c0903ab6abb39ad5dcfe9..b868dcbf9fdb28e85128d402478e3120dafcca2f 100644
(file)
--- a/
doc/usage/fit/signature.rst
+++ b/
doc/usage/fit/signature.rst
@@
-15,7
+15,7
@@
that it can be verified using a public key later. Provided that the private
key is kept secret and the public key is stored in a non-volatile place,
any image can be verified in this way.
-See
verified-boot.txt
for more general information on verified boot.
+See
:doc:`verified-boot`
for more general information on verified boot.
Concepts