binman: Rename state.GetFdts()
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:29 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:05 +0000 (09:38 -0600)
commit4bdd1159805d99888ca60aa63efefbbd307f0cf2
tree7ceabd79520fe968a00e71969e3d788d8ce2bdf8
parenta8adb6dfebad9a08c2df9d9ee8f79b9518e57496
binman: Rename state.GetFdts()

This function name conflicts with Entry.GetFdts() which has a different
purpose. Rename it to avoid confusion. Also update a stale comment
relating to this function.

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