[PATCH v3 11/27] binman: Drop unnecessary field in output_fdt_info

Simon Glass sjg at chromium.org
Sat Mar 20 00:52:58 CET 2021


At present we store an entry as the third field in output_fdt_info[].
This is only used to get the type of the entry. Of course multiple entries
may have this same type. Also the entry type is the key to this dict, so
we can use that instead.

Drop the field and update GetUpdateNodes() to suit. Improve the comment for
output_fdt_info a little while here.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v3:
- Add new patch to drop an unnecessary field in output_fdt_info

 tools/binman/state.py | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list