binman: Allow entries to expand after packing
[oweals/u-boot.git] / tools / binman / etype / u_boot_with_ucode_ptr.py
index 4104bf8bf1325b2b4bf74dc05b87d9abe2f10cdf..cb7dbc68dbb8c45d6cb7117be219ef74faf8badc 100644 (file)
@@ -49,7 +49,7 @@ class Entry_u_boot_with_ucode_ptr(Entry_blob):
     def ProcessContents(self):
         # If the image does not need microcode, there is nothing to do
         if not self.target_offset:
-            return
+            return True
 
         # Get the offset of the microcode
         ucode_entry = self.section.FindEntryType('u-boot-ucode')