summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-09-29 14:49:57 +0300
committerTom Rini <trini@konsulko.com>2023-09-29 14:49:57 +0300
commit87ebb54b9c8aa498616ae758277d9ccc5c886b16 (patch)
tree682146b687e7ad8ae852bb3cd58da3195dbce53c
parenta574e05d39138fed62889c1f2e3936e69322855e (diff)
parentc65beebfae0277277bc669da54942b83c672c3f5 (diff)
downloadu-boot-87ebb54b9c8aa498616ae758277d9ccc5c886b16.tar.xz
Merge tag 'doc-2023-10-rc5-3' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2023-10-rc5-3 Documentation: * describe that partition numbers are hexadecimal in load command * remove obsolete half sentence in tools/binman/binman.rst
-rw-r--r--doc/usage/cmd/load.rst2
-rw-r--r--tools/binman/binman.rst2
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/usage/cmd/load.rst b/doc/usage/cmd/load.rst
index 1efee77317..2c892ee1cb 100644
--- a/doc/usage/cmd/load.rst
+++ b/doc/usage/cmd/load.rst
@@ -40,7 +40,7 @@ bytes
pos
number of bytes to skip
-addr, bytes, pos are hexadecimal numbers.
+part, addr, bytes, pos are hexadecimal numbers.
Example
-------
diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst
index 8945b19446..020988d955 100644
--- a/tools/binman/binman.rst
+++ b/tools/binman/binman.rst
@@ -1480,8 +1480,6 @@ as set in stone, so Binman will ensure it doesn't change. Without this feature,
repacking an entry might cause it to disobey the original constraints provided
when it was created.
- Repacking an image involves
-
Signing FIT container with private key in an image
--------------------------------------------------