git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3563ede
)
binman: Init align_default in entry_Section
author
Simon Glass
<sjg@chromium.org>
Tue, 18 Jul 2023 13:23:51 +0000
(07:23 -0600)
committer
Simon Glass
<sjg@chromium.org>
Thu, 20 Jul 2023 20:10:57 +0000
(14:10 -0600)
This should be set up in the init function, to avoid a warning about a
property not set up there. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/section.py
patch
|
blob
|
history
diff --git
a/tools/binman/etype/section.py
b/tools/binman/etype/section.py
index
c36edd1
..
77250a7
100644
(file)
--- a/
tools/binman/etype/section.py
+++ b/
tools/binman/etype/section.py
@@
-168,6
+168,7
@@
class Entry_section(Entry):
self._end_4gb = False
self._ignore_missing = False
self._filename = None
+ self.align_default = 0
def IsSpecialSubnode(self, node):
"""Check if a node is a special one used by the section itself