aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/u_boot_img.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/u_boot_img.py')
-rw-r--r--tools/binman/etype/u_boot_img.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/u_boot_img.py b/tools/binman/etype/u_boot_img.py
index 50cc71d..8a739d8 100644
--- a/tools/binman/etype/u_boot_img.py
+++ b/tools/binman/etype/u_boot_img.py
@@ -21,7 +21,7 @@ class Entry_u_boot_img(Entry_blob):
applications.
"""
def __init__(self, section, etype, node):
- Entry_blob.__init__(self, section, etype, node)
+ super().__init__(section, etype, node)
def GetDefaultFilename(self):
return 'u-boot.img'