commit | 70ab7b1799112398047be63cc113f93955f0f352 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 08 09:55:34 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 17 09:44:59 2021 -0700 |
tree | a350ab336e7b2160df046be1d840eb9969abe22f | |
parent | 1c11b5e6f67ca5aeb2d61e198298ed655311070e [diff] |
fdtgrep: Correct alignment of struct section When outputting a devicetree we should not align the struct section to a 16-byte boundary. The normal position is fine, which is 8-byte aligned. This avoids leaving adding 8 extra zero bytes in the output tree in the case where the reserved section is empty (i.e has 16 zero bytes). Signed-off-by: Simon Glass <sjg@chromium.org>