commit | b1bc62a3a5829b27915cdc1b70a25f05ae75d52a | [log] [tgz] |
---|---|---|
author | Lukas Funke <lukas.funke@weidmueller.com> | Tue Jul 18 13:53:11 2023 +0200 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 24 09:34:10 2023 -0600 |
tree | 0b6be232ee29a5f6c663485531df6e48c397b82e | |
parent | 6767d8feb23c6acbfb677b2730bc451bb3e841ea [diff] |
binman: blob_dtb: Add fake_size argument to ObtainContents() The method 'connect_contents_to_file()' calls ObtainsContents() with 'fake_size' argument. Without providing the argument in the blob_dtb we are not able to call this method without error. Signed-off-by: Lukas Funke <lukas.funke@weidmueller.com> Reviewed-by: Simon Glass <sjg@chromium.org>