commit | ff1903a7a2cc2b0f1c554efe311e54d957d4a7b5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 26 17:40:12 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:59 2020 -0600 |
tree | ba3e20be270d36107022a20bf7876d3af989e9c0 | |
parent | d0850ebd4e26acef4f2a8c10b8cc284a7a373da4 [diff] |
binman: Refactor _BuildSectionData() At present this function does the padding needed around an entry. It is easier to understand what is going on if we have a function that returns the contents of an entry, with padding included. Refactor the code accordingly, adding a new GetPaddedData() method. Signed-off-by: Simon Glass <sjg@chromium.org>