
29 Jul
2019
29 Jul
'19
11:22 p.m.
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 | 6 +++--- tools/binman/state.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
Applied to u-boot-dm, thanks!