binman: Add support for sections
[oweals/u-boot.git] / tools / binman / bsection.py
index 07c72d34c43cf656d8b19cdf336f79097f535b31..331f806d9ab4f32838e36b4817bf63fc9181fb50 100644 (file)
@@ -201,6 +201,7 @@ class Section(object):
         pos = 0
         prev_name = 'None'
         for entry in self._entries.values():
+            entry.CheckPosition()
             if (entry.pos < self._skip_at_start or
                 entry.pos >= self._skip_at_start + self._size):
                 entry.Raise("Position %#x (%d) is outside the section starting "