binman: Move the comment for GetFdts() to the base class
[platform/kernel/u-boot.git] / tools / binman / entry.py
index 507760e..be94195 100644 (file)
@@ -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 {}