binman: Drop state.fdt_set as this is not needed
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:34 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:05 +0000 (09:38 -0600)
commitf49462e547495aa314795f77904ee8ca389b3d40
tree0eba9bf5d34cfce91bbf95f69eccf16137808306
parent77e4ef1bf48eed22efe42f007d60c90b2035e101
binman: Drop state.fdt_set as this is not needed

We can iterate through the output files so don't need this global anymore.
Remove it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/state.py