commit | 77e4ef1bf48eed22efe42f007d60c90b2035e101 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 12:23:33 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 09:38:05 2019 -0600 |
tree | 6255afe65e2c5a391338d7d635f6e605e7430a8e | |
parent | fb5e8b163e2332297cb2c0821bc2e24ef4818816 [diff] |
binman: Simplify state.fdt_subset At present this excludes the device tree passed in to binman since it is always returned first by GetAllFdts(). However, this is easy to ensure by adding a check in that function. Change this dict to includes all device trees, and rename it to fdt_set. Signed-off-by: Simon Glass <sjg@chromium.org>