aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/fmap.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/fmap.py')
-rw-r--r--tools/binman/etype/fmap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/fmap.py b/tools/binman/etype/fmap.py
index a43fac3..3e9b815 100644
--- a/tools/binman/etype/fmap.py
+++ b/tools/binman/etype/fmap.py
@@ -32,7 +32,7 @@ class Entry_fmap(Entry):
the sub-entries are ignored.
"""
def __init__(self, section, etype, node):
- Entry.__init__(self, section, etype, node)
+ super().__init__(section, etype, node)
def _GetFmap(self):
"""Build an FMAP from the entries in the current image