diff options
author | Jonas Karlman <jonas@kwiboo.se> | 2023-07-18 20:34:34 +0000 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-08-02 12:05:57 -0600 |
commit | 05dec37488e27da292c8ff51e936b46eac708bd4 (patch) | |
tree | 74c420ce803661521668a939ca5721c61788aa96 /tools/binman/ftest.py | |
parent | 321f256c9b5695f75e9a76c2c2adfa9ebf8ee4fa (diff) |
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 <jonas@kwiboo.se>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/ftest.py')
-rw-r--r-- | tools/binman/ftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
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""" |