commit | 355c67c35a8ce5aa9e9e2e2e8df99413c8215093 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 25 18:59:10 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Sep 18 21:04:39 2016 -0600 |
tree | 3dcdace42cd5f60bfd5c24b200b89f8eb12836f2 | |
parent | 0faf6144fd1f6443a52abb0d80a6ca1238ecc029 [diff] |
dtoc: Allow the device tree to be compiled from source If a source device tree is provide to the Fdt() constructors, compile it automatically. This will be used in tests, where we want to build a particular test .dts file and check that it works correctly in binman. Signed-off-by: Simon Glass <sjg@chromium.org>