]> git.sur5r.net Git - u-boot/blobdiff - tools/binman/etype/intel_me.py
binman: Rename Entry property to 'section'
[u-boot] / tools / binman / etype / intel_me.py
index e02e4859877d5d3c2e2eb7f7002ade74491bd877..0682ead943963cf44a8a45fe0ccb6be2b6d7c517 100644 (file)
@@ -9,5 +9,5 @@ from entry import Entry
 from blob import Entry_blob
 
 class Entry_intel_me(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)