• S
    binman: Remember the pre-reset entry size · 9a5d3dcf
    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: NSimon Glass <sjg@chromium.org>
    9a5d3dcf
entry.py 28.7 KB