commit | b210661c8661ac843127a01fd0100ffceffb81d7 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Mon Feb 28 17:06:20 2022 +0100 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 18 19:24:24 2022 -0600 |
tree | 2dea1fc75da420029bacb4cad72d3758a9a39d15 | |
parent | 7aa288ef5ca45c38336f65d8ba2f62de9f984201 [diff] |
binman: Include also subnodes in generator nodes This allows to prefill fdt and config nodes with hash and signature subnodes. It's just important to place the child nodes last so that hashes do not come before the data - would be disliked by mkimage. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Reviewed-by: Simon Glass <sjg@chromium.org>