commit | d1d3ad7d1fea137a6fe0709458947ca84ffb124c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 26 17:40:13 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:59 2020 -0600 |
tree | f5e1df52b70b40a5b99c055a72579fe12db0cd75 | |
parent | 4a655c9bd7d0e58206ed4417e8da31ad5da4926b [diff] |
binman: Move section padding to the parent Each section is padded up to its size, if the contents are not large enough. Move this logic from _BuildSectionData() to GetPaddedDataForEntry() so that all the padding is in one place. With this, the testDual test is working again, so enable it. Signed-off-by: Simon Glass <sjg@chromium.org>