]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Read the fit entries only once
authorSimon Glass <sjg@chromium.org>
Sun, 6 Mar 2022 03:19:06 +0000 (20:19 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Mar 2022 01:24:25 +0000 (19:24 -0600)
commit562cbd40f0d68e3326f1cf8adc56ca55a78a0759
treeb1a20b669cf8276318e09b7fb8aa8e6cbb428a66
parent32a9475d7d2438949f9e25cc43778d6b1abb28e5
binman: Read the fit entries only once

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@chromium.org>
Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
tools/binman/etype/fit.py