summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-09-17 09:24:42 -0400
committerTom Rini <[email protected]>2023-09-17 09:24:42 -0400
commit064f29e48d09d4e75a5868856361fb18486b24ce (patch)
tree7a289ab131dc01eaaa8f39dbfd3970f7fb216e7e /tools
parent252592214f79d8206c3cf0056a8827a0010214e0 (diff)
parent8bd7d08407f986fe3c69f3e198f6f7152e12dea8 (diff)
Merge tag 'doc-2023-10-rc5-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2023-10-rc5-2 Documentation: * fix code comments referring to doc/develop/expo.rst * remove unused values from Chromebook kernel command line * correct reference tag placement in tools/binman/binman.rst Others: * test: fix build dependency for event unit tests
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
-------