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:
2dbde3f
)
binman: Fix typo for the test case name
author
Aristo Chen
<jj251510319013@gmail.com>
Sun, 14 Sep 2025 10:59:26 +0000
(10:59 +0000)
committer
Tom Rini
<trini@konsulko.com>
Tue, 23 Sep 2025 19:35:22 +0000
(13:35 -0600)
Fix typo from `Singature` to `Signature`
Signed-off-by: Aristo Chen <aristo.chen@canonical.com>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
tools/binman/ftest.py
patch
|
blob
|
history
diff --git
a/tools/binman/ftest.py
b/tools/binman/ftest.py
index
a90db3c
..
6ed8b86
100644
(file)
--- a/
tools/binman/ftest.py
+++ b/
tools/binman/ftest.py
@@
-7986,7
+7986,7
@@
fdt fdtmap Extract the devicetree blob from the fdtmap
'Node \'/binman/fit\': multiple key paths found',
str(e.exception))
- def testFitSignNoSi
ng
atureNodes(self):
+ def testFitSignNoSi
gn
atureNodes(self):
"""Test that fit,sign doens't raise error if no signature nodes found"""
if not elf.ELF_TOOLS:
self.skipTest('Python elftools not available')