binman: Rename state.GetFdt()
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:30 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:05 +0000 (09:38 -0600)
commit726e2961291dec2c46d773866c5923210c3bac0f
treea770a1fe285964278971add4f11bff75934bc508
parent4bdd1159805d99888ca60aa63efefbbd307f0cf2
binman: Rename state.GetFdt()

This function name conflicts with Fdt.Node.GetFdt() which has a different
purpose. Rename it to avoid confusion.

The new name suggests it is indexed by entry type rather than filename.
This will be tidied up in a future commit.

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