aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/u_boot_nodtb.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/u_boot_nodtb.py')
-rw-r--r--tools/binman/etype/u_boot_nodtb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/u_boot_nodtb.py b/tools/binman/etype/u_boot_nodtb.py
index e8c0e1a..e84df49 100644
--- a/tools/binman/etype/u_boot_nodtb.py
+++ b/tools/binman/etype/u_boot_nodtb.py
@@ -21,7 +21,7 @@ class Entry_u_boot_nodtb(Entry_blob):
U-Boot and the device tree).
"""
def __init__(self, section, etype, node):
- Entry_blob.__init__(self, section, etype, node)
+ super().__init__(section, etype, node)
def GetDefaultFilename(self):
return 'u-boot-nodtb.bin'