commit | 00b3d53f156927427b2bec95604acb6f6190c134 | [log] [tgz] |
---|---|---|
author | Jonas Karlman <jonas@kwiboo.se> | Sat Jan 21 19:01:48 2023 +0000 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 26 10:47:45 2023 -0700 |
tree | 66f35ae3faebb592b54df51b94ad196ef4384934 | |
parent | 5ad03fc77dfa055629bfbf283bdf938e6dd27d94 [diff] |
binman: Add special subnodes to the nodes generated by split-elf Special nodes, hash and signature, is not being added to the nodes generated for each segment in split-elf operation. Copy the subnode logic used in _gen_fdt_nodes to _gen_split_elf to ensure special nodes are added to the generated nodes. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Simon Glass <sjg@chromium.org>