binman: Simplify state.fdt_subset
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:33 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:05 +0000 (09:38 -0600)
commit77e4ef1bf48eed22efe42f007d60c90b2035e101
tree6255afe65e2c5a391338d7d635f6e605e7430a8e
parentfb5e8b163e2332297cb2c0821bc2e24ef4818816
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>
tools/binman/state.py