summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMassimo Pegorer <[email protected]>2023-09-09 15:52:35 +0200
committerHeinrich Schuchardt <[email protected]>2023-09-16 18:17:25 +0200
commit8bd7d08407f986fe3c69f3e198f6f7152e12dea8 (patch)
tree7a289ab131dc01eaaa8f39dbfd3970f7fb216e7e /tools
parenta3a057f83977531966284bde50de07a8bd7a6651 (diff)
binman: doc: fix reference tag placement for Logging section
Move BinmanLogging reference tag after section "Signing FIT container with private key in an image" and just before section "Logging". Fixes: 0f40e23fd22 ("binman: add documentation for binman sign option") Signed-off-by: Massimo Pegorer <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'tools')
-rw-r--r--tools/binman/binman.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst
index aeea33fddb9..8945b19446c 100644
--- a/tools/binman/binman.rst
+++ b/tools/binman/binman.rst
@@ -1482,7 +1482,6 @@ when it was created.
Repacking an image involves
-.. _`BinmanLogging`:
Signing FIT container with private key in an image
--------------------------------------------------
@@ -1501,6 +1500,7 @@ If you want to sign and replace FIT container in place::
which will sign FIT container with private key and replace it immediately
inside your image.
+.. _`BinmanLogging`:
Logging
-------