commit | 2943bd226a4af1bc3ac9302217cc370bb6b724a4 | [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 | e1953e43094c38c8d6eec6ceed4e55a288f832a8 [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>