commit | 510ef0f4bd7006fa258d25006e1c194b6d948300 | [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 | ff1903a7a2cc2b0f1c554efe311e54d957d4a7b5 [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>