From 05dec37488e27da292c8ff51e936b46eac708bd4 Mon Sep 17 00:00:00 2001 From: Jonas Karlman Date: Tue, 18 Jul 2023 20:34:34 +0000 Subject: binman: Update missing optional external blob warning text Make it more clear that the missing external blob is optional in the printed warning message. Signed-off-by: Jonas Karlman Reviewed-by: Simon Glass --- tools/binman/ftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/binman/ftest.py') diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py index 1cfa349d38e..36c72bed35f 100644 --- a/tools/binman/ftest.py +++ b/tools/binman/ftest.py @@ -6390,7 +6390,7 @@ fdt fdtmap Extract the devicetree blob from the fdtmap err = stderr.getvalue() self.assertRegex( err, - "Image '.*' is missing external blobs but is still functional: missing") + "Image '.*' is missing optional external blobs but is still functional: missing") def testSectionInner(self): """Test an inner section with a size""" -- cgit v1.2.3