commit | c1af7a86b380c75c0718c80e1997293913c6095a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 26 17:40:19 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:59 2020 -0600 |
tree | 058e65fc946792f3e913b86edf4e6f7da7ae69c9 | |
parent | 6ddd61131f3206c5e385dc7e763aea0dc5caa24c [diff] |
binman: Move sort and expand to the main Pack() function At present sorting and expanding entries are side-effects of the CheckEntries() function. This is a bit confusing, as 'checking' would not normally involve making changes. Move these steps into the Pack() function instead. Signed-off-by: Simon Glass <sjg@chromium.org>