[PATCH v2 15/25] binman: Read the fit entries only once

Simon Glass sjg at chromium.org
Thu Feb 24 00:00:30 CET 2022


At present the entries are read twice, once by the entry_Section class
and once by the FIT implementation. This is harmless but can be confusing
when debugging. Fix it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

(no changes since v1)

 tools/binman/etype/fit.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/binman/etype/fit.py b/tools/binman/etype/fit.py
index 2b82955226..7b0c94dfee 100644
--- a/tools/binman/etype/fit.py
+++ b/tools/binman/etype/fit.py
@@ -185,7 +185,6 @@ class Entry_fit(Entry_section):
         self.mkimage = None
 
     def ReadNode(self):
-        self.ReadEntries()
         super().ReadNode()
 
     def _get_operation(self, subnode):
-- 
2.35.1.574.g5d30c73bfb-goog



More information about the U-Boot mailing list