commit | e17220f2d26837db1cff4ec77536d4459b751f3f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 02 12:55:43 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 05 09:11:31 2020 -0700 |
tree | 42fbe4ecf47ff5e950425f76abe38d3189017000 | |
parent | 7b3b003640923652f4275fc48d5441cc2dd95b64 [diff] |
binman: Update intel_ifwi to store padded section With a recent change this entry stores only part of the section data, leaving out the padding at the end. Fix this by using GetPaddedData() to get the data. Add this function to the base Entry class also. Fixes: d1d3ad7d1fe ("binman: Move section padding to the parent") Signed-off-by: Simon Glass <sjg@chromium.org>