diff options
-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 1efee773179..2c892ee1cb7 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 8945b19446c..020988d955f 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 -------------------------------------------------- |