[PATCH v3 03/11] binman: blob_dtb: Add fake_size argument to ObtainContents()
    Simon Glass 
    sjg at chromium.org
       
    Mon Jul 24 20:46:34 CEST 2023
    
    
  
From: Lukas Funke <lukas.funke at weidmueller.com>
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 at weidmueller.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
 tools/binman/etype/blob_dtb.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to u-boot-dm, thanks!
    
    
More information about the U-Boot
mailing list