Re: [PATCH v2 18/25] binman: Update fit to use node instead of subnode

2022-03-03 Thread Alper Nebi Yasak
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 > --- > > (no changes since v1) > >

[PATCH v2 18/25] binman: Update fit to use node instead of subnode

2022-02-23 Thread Simon Glass
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 --- (no changes since v1) tools/binman/etype/fit.py | 16 1 file changed, 8