commit | efc9bf6c0cf7571f533452bedc46a8b44c9284ed | [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 | a2b840a97cdc23e15124a43df119bda66fa7938a [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>