commit | c5030602c2ef432ddafa8fcb790e92a6f4a933e3 | [log] [tgz] |
---|---|---|
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | Mon Aug 31 12:58:19 2020 +0300 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:50:43 2020 -0600 |
tree | 52363fd0590e1115ffbd41eee6d530f2e75c952b | |
parent | 6aae239f5281fdae8190d273c9eecf04ac745c76 [diff] |
binman: Respect pad-before property of section subentries Other relevant properties (pad-after, offset, size, align, align-size, align-end) already work since Pack() sets correct ranges for subentries' data (.offset, .size variables), but some padding here is necessary to align the data within this range to match the pad-before property. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>