summaryrefslogtreecommitdiff
path: root/tools/binman/image.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman/image.py')
-rw-r--r--tools/binman/image.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/binman/image.py b/tools/binman/image.py
index 835b66c99f..9732493709 100644
--- a/tools/binman/image.py
+++ b/tools/binman/image.py
@@ -54,6 +54,9 @@ class Image:
self._filename = filename
self._section = bsection.Section('main-section', self._node)
+ def ProcessFdt(self, fdt):
+ return self._section.ProcessFdt(fdt)
+
def GetEntryContents(self):
"""Call ObtainContents() for the section
"""