binman: Adjust state.fdt_files to be keyed by entry type
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:32 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:05 +0000 (09:38 -0600)
commitfb5e8b163e2332297cb2c0821bc2e24ef4818816
tree24c7805ed0266536c0b44a346cb3905420556f0a
parent4bdd30055ca3a9096f462177758b97e55c15f1e7
binman: Adjust state.fdt_files to be keyed by entry type

It makes more sense to use entry type as the key for this dictionary,
since the filename can in principle be anything. Make this change and also
rename fdt_files and add a comment to explain it better.

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