commit | d4d97661d255571118b6fdee0cf082a75f29af29 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 22 21:43:57 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 02 12:05:57 2023 -0600 |
tree | 98c7f6ba5cc84a5c9e139b0d5ca858222d07cadc | |
parent | af41b24ebac86f25145f39f4eec4467d4c501bed [diff] |
binman: Support templates containing phandles This provides support for phandles to be copied over from templates. This is not quite safe, since if the template is instantiated twice (i.e. in two different nodes), then duplicate phandles will be found. This will result in an error. Signed-off-by: Simon Glass <sjg@chromium.org>