]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Update fit to move node reading into the ReadNode() method
authorSimon Glass <sjg@chromium.org>
Sun, 6 Mar 2022 03:19:07 +0000 (20:19 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Mar 2022 01:24:25 +0000 (19:24 -0600)
commit49c2b32d52016ba797c79c188376fb8e0fcb9e0b
tree8fdedb63448829fa932f1b575f0dec68706b7f85
parent562cbd40f0d68e3326f1cf8adc56ca55a78a0759
binman: Update fit to move node reading into the ReadNode() method

This should not be done in the constructor. Move it.

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