binman: Make the operation of Entry__testing explicit
[oweals/u-boot.git] / tools / binman / etype / u_boot_dtb.py
index f6704db742b4825bf4a43effc06cad7468a4c4cd..dd3c5b2790139f2934dae160b097cc7ed77065cc 100644 (file)
@@ -9,8 +9,8 @@ from entry import Entry
 from blob import Entry_blob
 
 class Entry_u_boot_dtb(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.dtb'