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

2021-03-19 Thread Simon Glass
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. Imp

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

2021-03-18 Thread Simon Glass
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. Imp