binman: Make the operation of Entry__testing explicit
[oweals/u-boot.git] / tools / binman / etype / intel_vbt.py
index 4f082c3c2c91cc8700c205d4ca44ff9963d4bac6..d4e8c3f797da379b690e2b2f7a5e68013997365b 100644 (file)
@@ -8,5 +8,5 @@ from entry import Entry
 from blob import Entry_blob
 
 class Entry_intel_vbt(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)