aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/u_boot_ucode.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/u_boot_ucode.py')
-rw-r--r--tools/binman/etype/u_boot_ucode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/u_boot_ucode.py b/tools/binman/etype/u_boot_ucode.py
index d9e1a60..4462293 100644
--- a/tools/binman/etype/u_boot_ucode.py
+++ b/tools/binman/etype/u_boot_ucode.py
@@ -58,7 +58,7 @@ class Entry_u_boot_ucode(Entry_blob):
contents of this entry.
"""
def __init__(self, section, etype, node):
- Entry_blob.__init__(self, section, etype, node)
+ super().__init__(section, etype, node)
def ObtainContents(self):
# If the section does not need microcode, there is nothing to do