binman: Make the operation of Entry__testing explicit
[oweals/u-boot.git] / tools / binman / etype / intel_vbt.py
index 29aedaffca962a6dce424ee9b2ff9ae0fb7de626..d4e8c3f797da379b690e2b2f7a5e68013997365b 100644 (file)
@@ -1,8 +1,6 @@
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com>
 #
-# SPDX-License-Identifier:     GPL-2.0+
-#
 # Entry-type module for Intel Video BIOS Table binary blob
 #
 
@@ -10,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)