commit | 267112e887e3bbc5c65d649f5140d3b4f999c2fe | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 12:23:28 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 09:38:05 2019 -0600 |
tree | f066493ebd23d3b83574393e29726b8ac8ad5292 | |
parent | d3151ff711c50f51b5b508cabbd1310029cb4912 [diff] |
binman: Convert GetFdtSet() to use a dict At present this function returns a set of device-tree filenames. It has no way of returning the actual device-tree object. Change it to a dictionary so that we can add this feature in a future patch. Also drop fdt_set since it is no-longer used. Signed-off-by: Simon Glass <sjg@chromium.org>