mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
binman: Move the comment for GetFdts() to the base class
Like with other methods this comment should be in the base class. Move it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -205,7 +205,7 @@ class Entry(object):
|
||||
Dict:
|
||||
key: Filename from this entry (without the path)
|
||||
value: Tuple:
|
||||
Fdt object for this dtb, or None if not available
|
||||
Entry object for this dtb
|
||||
Filename of file containing this dtb
|
||||
"""
|
||||
return {}
|
||||
|
||||
Reference in New Issue
Block a user