summaryrefslogtreecommitdiff
path: root/tools/binman/test/123_entry_expand_section.dts
AgeCommit message (Collapse)AuthorFilesLines
2019-07-24binman: Allow entries to expand after packingSimon Glass1-0/+22
Add support for detecting entries that change size after they have already been packed, and re-running packing when it happens. This removes the limitation that entry size cannot change after PackEntries() is called. Signed-off-by: Simon Glass <sjg@chromium.org>