On 24/02/2022 02:00, Simon Glass wrote: > 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 <s...@chromium.org> > --- > > (no changes since v1) > > tools/binman/etype/fit.py | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Alper Nebi Yasak <alpernebiya...@gmail.com>