commit | adf8e0550189b080c12055143db4bcbe607519ea | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 18 07:24:02 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 20 14:10:58 2023 -0600 |
tree | 2c8775b511cfe0d7cf609584b792267556a0e741 | |
parent | 83b8bfe3fa28481864d6b0d096c4a8ca21f2dd3e [diff] |
dtoc: Support copying the contents of a node into another This permits implementation of a simple templating system, where a node can be reused as a base for others. For now this adds new subnodes after any existing ones. Signed-off-by: Simon Glass <sjg@chromium.org>