commit | 132fa72522a06c310a4b47cf9d91b7b827c1759d | [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 | 2be381df4eed953e9e38c2a5ebb91e941d037ee0 [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>