commit | dbe17c0008cfdbcde4ffa3a9c411e25a01553847 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Feb 08 11:50:01 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Feb 22 10:05:44 2022 -0700 |
tree | 0871ca1f6d5b452312c5ed37bf08bab6b83cb3de | |
parent | 81b71c32005475395b5b4d0945de4e6a9136d191 [diff] |
binman: fit: Refactor to reduce function size Split subnode and property processing into separate functions to make the _AddNode() function a little smaller. Tweak a few comments. This does not change any functionality. Signed-off-by: Simon Glass <sjg@chromium.org>