[U-Boot] [PATCH 08/53] binman: Rename state.GetFdt()
sjg at google.com
sjg at google.com
Mon Jul 29 21:22:47 UTC 2019
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 at chromium.org>
---
tools/binman/etype/u_boot_dtb_with_ucode.py | 2 +-
tools/binman/state.py | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list