diff options
Diffstat (limited to 'tools/binman/etype/files.py')
-rw-r--r-- | tools/binman/etype/files.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/binman/etype/files.py b/tools/binman/etype/files.py index 99f2f2f67f..0068b305f7 100644 --- a/tools/binman/etype/files.py +++ b/tools/binman/etype/files.py @@ -14,7 +14,6 @@ import fdt_util import state import tools -import bsection class Entry_files(Entry_section): """Entry containing a set of files @@ -54,4 +53,4 @@ class Entry_files(Entry_section): state.AddString(subnode, 'compress', self._compress) # Read entries again, now that we have some - self._section._ReadEntries() + self._ReadEntries() |