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

2022-03-05 Thread Simon Glass
Hi Alper, On Thu, 3 Mar 2022 at 14:16, Alper Nebi Yasak wrote: > > On 24/02/2022 02:00, Simon Glass wrote: > > 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. > > > >

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

2022-03-03 Thread Alper Nebi Yasak
On 24/02/2022 02:00, Simon Glass wrote: > 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 > --- > > (no changes since v1) > >

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

2022-02-23 Thread Simon Glass
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 --- (no changes since v1) tools/binman/etype/fit.py | 1 - 1 file changed, 1 deletion(-) diff