commit | f4a32d224ed9ba817bebb54e258419643a526f53 | [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 | 6fba35c7b2f88da276fd28711976c12b46b4258d [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>