binman: Convert GetFdtSet() to use a dict
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:28 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:05 +0000 (09:38 -0600)
commita8adb6dfebad9a08c2df9d9ee8f79b9518e57496
treef066493ebd23d3b83574393e29726b8ac8ad5292
parenta8573c4c8fb07fbd7cc8db9828aae90fcfd5145d
binman: Convert GetFdtSet() to use a dict

At present this function returns a set of device-tree filenames. It has no
way of returning the actual device-tree object. Change it to a dictionary
so that we can add this feature in a future patch.

Also drop fdt_set since it is no-longer used.

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