
3 Mar
2022
3 Mar
'22
10:10 p.m.
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 sjg@chromium.org
(no changes since v1)
tools/binman/etype/fit.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Alper Nebi Yasak alpernebiyasak@gmail.com