]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commita3ae246947e35d88f8f733f38e120b0d2b319d91
tree24c7805ed0266536c0b44a346cb3905420556f0a
parent441fc91b5c0ef7d225a04b996ef52951f7d6502d
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