]> git.sur5r.net Git - u-boot/blobdiff - tools/binman/etype/x86_start16_spl.py
binman: Rename Entry property to 'section'
[u-boot] / tools / binman / etype / x86_start16_spl.py
index f0abbf038bdcd1fe9fd643efb1c7a5bca566da16..176420ba88cb790a2873bdd7fb4afe5848d5fb4a 100644 (file)
@@ -9,8 +9,8 @@ from entry import Entry
 from blob import Entry_blob
 
 class Entry_x86_start16_spl(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)
 
     def GetDefaultFilename(self):
         return 'spl/u-boot-x86-16bit-spl.bin'