commit | d26efc89b11a41d2ef402cac47a3d4a55577084b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 18 20:24:58 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 26 17:03:09 2021 +1300 |
tree | 07ad2fe3b848894f08d442c9408df0f8fff4dbc3 | |
parent | 77a64e08e2c8238998e4f5ea014b0c9fd1043b1b [diff] |
binman: Add support for u-boot-tpl-bss-bad This entry holds the padding between the end of of TPL binary and the end of BSS. This region must be left empty so that the devicetree can be appended correctly and remain accessible without interfering with BSS. Signed-off-by: Simon Glass <sjg@chromium.org>