
20 Mar
2021
20 Mar
'21
12:52 a.m.
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@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!