binman: Make the operation of Entry__testing explicit
[oweals/u-boot.git] / tools / binman / etype / intel_descriptor.py
index 4e0c85b92ae5145b04732f35776920500cc96d79..0e7865521e10c4bc7c58a681dc4fb9664aa8b985 100644 (file)
@@ -32,8 +32,8 @@ class Entry_intel_descriptor(Entry_blob):
     size of the ME region, allowing us to place the ME binary in the right
     place.
     """
-    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)
         self._regions = []
 
     def GetPositions(self):