]> git.sur5r.net Git - u-boot/blobdiff - tools/binman/entry.py
binman: Add a ProcessFdt() method
[u-boot] / tools / binman / entry.py
index 303c992e3758777387a0807dac5554473c24364a..62e65c9126683cac8246212f8268bd0e7d4a24d0 100644 (file)
@@ -130,6 +130,9 @@ class Entry(object):
         self.align_end = fdt_util.GetInt(self._node, 'align-end')
         self.pos_unset = fdt_util.GetBool(self._node, 'pos-unset')
 
+    def ProcessFdt(self, fdt):
+        return True
+
     def SetPrefix(self, prefix):
         """Set the name prefix for a node