commit | a1ba61836a50c8b4db2fc410e7ea1fa715db13fa | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 18 20:25:01 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 26 17:03:09 2021 +1300 |
tree | 3d07cb7e51dc946e4fb9bf692683007628a577c9 | |
parent | f184d955090bee97a67837a96e13aeae95b195bf [diff] |
binman: Drop unnecessary field in output_fdt_info 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>