summaryrefslogtreecommitdiff
path: root/tools/binman/etype/fit.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/etype/fit.py')
-rw-r--r--tools/binman/etype/fit.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/binman/etype/fit.py b/tools/binman/etype/fit.py
index 954cbc3d85..bb2a4e2d1e 100644
--- a/tools/binman/etype/fit.py
+++ b/tools/binman/etype/fit.py
@@ -237,6 +237,11 @@ class Entry_fit(Entry):
self._fdt = Fdt.FromData(fdt.as_bytearray())
self._fdt.Scan()
+ def ExpandEntries(self):
+ super().ExpandEntries()
+ for section in self._fit_sections.values():
+ section.ExpandEntries()
+
def ObtainContents(self):
"""Obtain the contents of the FIT