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)
commitd32169c0fd66fcd0b8a8572b4d7dff3fb3a87599
tree8fdedb63448829fa932f1b575f0dec68706b7f85
parentb55c11c96ec8789cd843f7c79c90b05ae9e0fadf
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