[PATCH v3 15/26] binman: Read the fit entries only once

Simon Glass sjg at chromium.org
Sun Mar 6 04:19:06 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>
Reviewed-by: Alper Nebi Yasak <alpernebiyasak at gmail.com>
---

(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 c1ed5dcb98..8c37e0a77f 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.616.g0bdcbb4464-goog



More information about the U-Boot mailing list