commit | 3fdeb14d951b28fa18494b4c3f819ad33b5fcc09 | [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 | 8001d0b162183493ee31b9e578756e450f673745 [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>