binman: Rename tools parameter to btools
[platform/kernel/u-boot.git] / tools / binman / etype / intel_ifwi.py
index 46bdf11..4fa7d63 100644 (file)
@@ -143,5 +143,5 @@ class Entry_intel_ifwi(Entry_blob_ext):
             for entry in self._ifwi_entries.values():
                 entry.WriteSymbols(self)
 
-    def AddBintools(self, tools):
-        self.ifwitool = self.AddBintool(tools, 'ifwitool')
+    def AddBintools(self, btools):
+        self.ifwitool = self.AddBintool(btools, 'ifwitool')