]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Update fit to use node instead of subnode
authorSimon Glass <sjg@chromium.org>
Sun, 6 Mar 2022 03:19:10 +0000 (20:19 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Mar 2022 01:24:25 +0000 (19:24 -0600)
commitc42726f0366637b03b7e446abf27b14a637ee647
tree0077a4f9aac0d57a9b8476368f03bc689a89dbbd
parent901351db2edd289fbbd3f89ae5b2a4a1ce293665
binman: Update fit to use node instead of subnode

It doesn't make sense to use 'subnode' as a function parameter since it
is just a 'node' so far as the function is concerned. Update two functions
to use 'node' instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
tools/binman/etype/fit.py