summaryrefslogtreecommitdiff
path: root/tools/binman/etype/intel_fsp_t.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/intel_fsp_t.py')
-rw-r--r--tools/binman/etype/intel_fsp_t.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/intel_fsp_t.py b/tools/binman/etype/intel_fsp_t.py
index 0f196f0f1c..5dca145a3f 100644
--- a/tools/binman/etype/intel_fsp_t.py
+++ b/tools/binman/etype/intel_fsp_t.py
@@ -23,4 +23,4 @@ class Entry_intel_fsp_t(Entry_blob):
See README.x86 for information about x86 binary blobs.
"""
def __init__(self, section, etype, node):
- Entry_blob.__init__(self, section, etype, node)
+ super().__init__(section, etype, node)