]> git.sur5r.net Git - u-boot/blobdiff - tools/binman/etype/u_boot_spl_nodtb.py
binman: Rename Entry property to 'section'
[u-boot] / tools / binman / etype / u_boot_spl_nodtb.py
index 5b058b4c7213c7a6edd9bf8b99047b8f2e84d118..99e56ebe3bfd29674b1b5139905afb211d739d3e 100644 (file)
@@ -9,8 +9,8 @@ from entry import Entry
 from blob import Entry_blob
 
 class Entry_u_boot_spl_nodtb(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-spl-nodtb.bin'