]> git.sur5r.net Git - u-boot/blobdiff - tools/binman/etype/section.py
binman: Correct operation of ObtainContents()
[u-boot] / tools / binman / etype / section.py
index 139fcad51af9f30efe413a9fb005447c0053b94b..36b31a849f82af21933d39a861abf496a8455616 100644 (file)
@@ -18,7 +18,7 @@ class Entry_section(Entry):
         self._section = bsection.Section(node.name, node)
 
     def ObtainContents(self):
-        self._section.GetEntryContents()
+        return self._section.GetEntryContents()
 
     def GetData(self):
         return self._section.GetData()