
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 massimo.pegorer+oss@gmail.com
--- Note that at the end of section "Replacing files in an image" and just before section "Signing FIT container with private key in an image" there is a line which seems a typo or an incomplete sentence:
Repacking an image involves
--- tools/binman/binman.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst index aeea33fddb..8945b19446 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 -------