diff options
Diffstat (limited to 'tools/binman/etype/files.py')
-rw-r--r-- | tools/binman/etype/files.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/files.py b/tools/binman/etype/files.py index 9b04a496a8..927d0f071d 100644 --- a/tools/binman/etype/files.py +++ b/tools/binman/etype/files.py @@ -64,4 +64,4 @@ class Entry_files(Entry_section): state.AddInt(subnode, 'align', self._files_align) # Read entries again, now that we have some - self._ReadEntries() + self.ReadEntries() |