diff options
author | Tom Rini <trini@konsulko.com> | 2023-09-29 07:49:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-09-29 07:49:57 -0400 |
commit | 87ebb54b9c8aa498616ae758277d9ccc5c886b16 (patch) | |
tree | 682146b687e7ad8ae852bb3cd58da3195dbce53c | |
parent | a574e05d39138fed62889c1f2e3936e69322855e (diff) | |
parent | c65beebfae0277277bc669da54942b83c672c3f5 (diff) | |
download | u-boot-WIP/29Sep2023.zip u-boot-WIP/29Sep2023.tar.gz u-boot-WIP/29Sep2023.tar.bz2 |
Merge tag 'doc-2023-10-rc5-3' of https://source.denx.de/u-boot/custodians/u-boot-efiWIP/29Sep2023
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.rst | 2 | ||||
-rw-r--r-- | tools/binman/binman.rst | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/usage/cmd/load.rst b/doc/usage/cmd/load.rst index 1efee77..2c892ee 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 8945b19..020988d 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 -------------------------------------------------- |