
5 Nov
2019
5 Nov
'19
1:06 p.m.
When preparing to possible expand or contract an entry we reset the size to the original value from the binman device-tree definition, which is often None.
This causes binman to forget the original size of the entry. Remember this so that it can be used when needed.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
tools/binman/entry.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
Applied to u-boot-fdt