git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0148be7
)
binman: fit: Drop unused code
author
Simon Glass
<sjg@chromium.org>
Thu, 10 Apr 2025 12:43:01 +0000
(06:43 -0600)
committer
Tom Rini
<trini@konsulko.com>
Fri, 11 Apr 2025 20:29:52 +0000
(14:29 -0600)
The key-name-hint case is not tested so is presumably not used. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/fit.py
patch
|
blob
|
history
diff --git
a/tools/binman/etype/fit.py
b/tools/binman/etype/fit.py
index
803fb66
..
ed3cac4
100644
(file)
--- a/
tools/binman/etype/fit.py
+++ b/
tools/binman/etype/fit.py
@@
-562,8
+562,6
@@
class Entry_fit(Entry_section):
for subnode in node.subnodes:
if (subnode.name.startswith('signature') or
subnode.name.startswith('cipher')):
- if subnode.props.get('key-name-hint') is None:
- continue
hint = subnode.props['key-name-hint'].value
name = tools.get_input_filename(
f"{hint}.key" if subnode.name.startswith('signature')