commit | 0c9d5b5e1778414f64949dd15638e3bacd81d6a0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 14 04:57:22 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 28 11:09:01 2018 -0600 |
tree | a45acd2eefdd43707b7f5176a1b24e008b8d3668 | |
parent | c8135dce4b32d8ac373e3b37df2259b86c8e52a1 [diff] |
binman: Obtain the list of device trees from the config We always have a device tree for U-Boot proper. But we may also have one for SPL and TPL. Add a new Entry method to find out what DTs an entry has, and use that list when updating DTs. Signed-off-by: Simon Glass <sjg@chromium.org>