summaryrefslogtreecommitdiff
path: root/tools/binman/etype/u_boot.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/u_boot.py')
-rw-r--r--tools/binman/etype/u_boot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/u_boot.py b/tools/binman/etype/u_boot.py
index ab1019b00c..4767197e13 100644
--- a/tools/binman/etype/u_boot.py
+++ b/tools/binman/etype/u_boot.py
@@ -26,7 +26,7 @@ class Entry_u_boot(Entry_blob):
in the binman README for more information.
"""
def __init__(self, section, etype, node):
- Entry_blob.__init__(self, section, etype, node)
+ super().__init__(section, etype, node)
def GetDefaultFilename(self):
return 'u-boot.bin'