diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-09-19 12:02:22 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-09-29 12:56:49 +0200 |
commit | c65beebfae0277277bc669da54942b83c672c3f5 (patch) | |
tree | a68400888734005ef8d20ef328761acfdcad49c1 /tools/binman | |
parent | 5bb1d1f9dac08dd84ea1d62eefaf5b7cbba8fe1a (diff) |
binman: doc: Remove incomplete sentence
This is the difference between version 1 and 2 of Massimo's patch:
binman: doc: fix reference tag placement for Logging section
v2: https://lore.kernel.org/u-boot/20230913161633.999542-1-massimo.pegorer+oss@gmail.com/
v1: https://lore.kernel.org/u-boot/20230909135235.21242-1-massimo.pegorer+oss@gmail.com/
Fixes: 0f40e23fd22 ("binman: add documentation for binman sign option")
Signed-off-by: Massimo Pegorer <massimo.pegorer+oss@gmail.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Massimo Pegorer <massimo.pegorer+oss@gmail.com>
Diffstat (limited to 'tools/binman')
-rw-r--r-- | tools/binman/binman.rst | 2 |
1 files changed, 0 insertions, 2 deletions
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 -------------------------------------------------- |