From: Massimo Pegorer Date: Sat, 9 Sep 2023 13:52:35 +0000 (+0200) Subject: binman: doc: fix reference tag placement for Logging section X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~12^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=85b99674594771cb3977d18faecd3a2fcd86026f;p=uboot.git 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: d7facb35dca ("binman: add documentation for binman sign option") Signed-off-by: Massimo Pegorer Reviewed-by: Heinrich Schuchardt --- 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 -------