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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/etype/u_boot_nodtb.py b/tools/binman/etype/u_boot_nodtb.py
index 183b897..ca9e53a 100644
--- a/tools/binman/etype/u_boot_nodtb.py
+++ b/tools/binman/etype/u_boot_nodtb.py
@@ -9,8 +9,8 @@ from entry import Entry
from blob import Entry_blob
class Entry_u_boot_nodtb(Entry_blob):
- def __init__(self, image, etype, node):
- Entry_blob.__init__(self, image, etype, node)
+ def __init__(self, section, etype, node):
+ Entry_blob.__init__(self, section, etype, node)
def GetDefaultFilename(self):
return 'u-boot-nodtb.bin'