]> git.baikalelectronics.ru Git - uboot.git/commit
binman: fit: Refactor to reduce function size
authorSimon Glass <sjg@chromium.org>
Tue, 8 Feb 2022 18:50:01 +0000 (11:50 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Feb 2022 17:05:44 +0000 (10:05 -0700)
commit736e6e46deb1b6545ee39bfdf543ce897ec9e73a
tree0871ca1f6d5b452312c5ed37bf08bab6b83cb3de
parent75db1f61e6730740d5a94cec4b4ff29f40aa26a5
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>
tools/binman/etype/fit.py