]> git.sur5r.net Git - u-boot/blobdiff - tools/binman/image.py
binman: Tidy up some docs and comments
[u-boot] / tools / binman / image.py
index 1d234965fa333fd6f5201951a79a911a8adb5314..74bc46fd30c106837bcb3a18221cf770363365e9 100644 (file)
@@ -30,6 +30,11 @@ class Image:
         _size: Image size in bytes, or None if not known yet
         _filename: Output filename for image
         _sections: Sections present in this image (may be one or more)
+
+    Args:
+        test: True if this is being called from a test of Images. This this case
+            there is no device tree defining the structure of the section, so
+            we create a section manually.
     """
     def __init__(self, name, node, test=False):
         self._node = node