]> git.sur5r.net Git - u-boot/blobdiff - tools/binman/entry.py
binman: Add support for sections
[u-boot] / tools / binman / entry.py
index 5374178542ed1bde020d326bf48e9a6d88a5599f..8b46fbb5fa66247001608f3f049c09ad9bf2de69 100644 (file)
@@ -220,3 +220,12 @@ class Entry(object):
           section: Section containing the entry
         """
         pass
+
+    def CheckPosition(self):
+        """Check that the entry positions are correct
+
+        This is used for entries which have extra position requirements (other
+        than having to be fully inside their section). Sub-classes can implement
+        this function and raise if there is a problem.
+        """
+        pass