Skip to content
Commit 5af9ebc4 authored by Simon Glass's avatar Simon Glass
Browse files

binman: Allow vblock to include devicetree blobs



At present if a devicetree blob is included in a vblock it does not deal
with updates. This is because the vblock is created once at the start and
does not have a method to update itself later, after all the entry
contents are finalised.

Fix this by adjusting how the vblock is created.

Also simplify Image.ProcessEntryContents() since it effectively duplicates
the code in Section.ProcessContents().

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 939d1062
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment