]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: Init align_default in entry_Section
authorSimon Glass <sjg@chromium.org>
Tue, 18 Jul 2023 13:23:51 +0000 (07:23 -0600)
committerSimon 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

index c36edd13508bcec51f31c4fddd7e2f87cd17c142..77250a7525c66b997550a052ca07c3697acd4d2f 100644 (file)
@@ -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