mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
binman: Tidy up some docs and comments
Fix a few missing comments and tidy up some existing ones. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
084059a31f
commit
7ae5f315b3
3 changed files with 27 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue