On Sep 14, 2025 at 10:59:26 +0000, Aristo Chen wrote: > Fix typo from `Singature` to `Signature` > > Signed-off-by: Aristo Chen <[email protected]> > --- > tools/binman/ftest.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py > index a90db3c9351..6ed8b8637cd 100644 > --- 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 testFitSignNoSingatureNodes(self): > + def testFitSignNoSignatureNodes(self):
Reviewed-by: Dhruva Gole <[email protected]> -- Best regards, Dhruva Gole Texas Instruments Incorporated

