]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: blob_dtb: Add fake_size argument to ObtainContents()
authorLukas Funke <lukas.funke@weidmueller.com>
Tue, 18 Jul 2023 11:53:11 +0000 (13:53 +0200)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commitf0989c29f835d7adb50a7eab3946bd73fbf1ba64
tree0b6be232ee29a5f6c663485531df6e48c397b82e
parent7a52a45e3a20eb3a8b763ea2f820498b713576d1
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>
tools/binman/etype/blob_dtb.py