summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAristo Chen <aristo.chen@canonical.com>2026-07-31 00:13:35 +0000
committerTom Rini <trini@konsulko.com>2026-08-14 10:33:21 -0600
commit5d1aba89f305366dd1ee59c5fd00e69cc9517cb8 (patch)
tree067fadbbdc6a13902881ef335daab7c3753c5c5e
parentbaa64b2f892890f00a377eac4a3e685472bb56b5 (diff)
downloadu-boot-5d1aba89f305366dd1ee59c5fd00e69cc9517cb8.tar.gz
u-boot-5d1aba89f305366dd1ee59c5fd00e69cc9517cb8.zip
binman: Fix typo for the test case name
Fix typo from `Singature` to `Signature` Signed-off-by: Aristo Chen <aristo.chen@canonical.com> Reviewed-by: Dhruva Gole <d-gole@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--tools/binman/ftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py
index 9553eb6b736..b5e56707c83 100644
--- a/tools/binman/ftest.py
+++ b/tools/binman/ftest.py
@@ -8466,7 +8466,7 @@ fdt fdtmap Extract the devicetree blob from the fdtmap
'Node \'/binman/fit\': multiple key paths found',
str(e.exception))
- def testFitSignNoSingatureNodes(self):
+ def testFitSignNoSignatureNodes(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')