commit | 1fdb4872bb991d9eac3f6fcecc728eb5a9160a85 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 31 07:43:02 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Nov 04 18:15:32 2019 -0700 |
tree | 6a8d009f7c11b99c571102b5373fb0f1b61b691f | |
parent | c5db5195941c04fde0838bc7b94aaf6359b3ff93 [diff] |
binman: Remember the pre-reset entry size 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>