Re: [U-Boot] [PATCH v2 13/17] binman: Remember the pre-reset entry size

2019-11-05 Thread sjg
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 --

[U-Boot] [PATCH v2 13/17] binman: Remember the pre-reset entry size

2019-10-31 Thread Simon Glass
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 --