Re: [PATCH v4 09/20] binman: Convert mkimage to Entry_section

2023-07-11 Thread Simon Glass
Hi Jonas, On Tue, 11 Jul 2023 at 10:52, Jonas Karlman wrote: > > Hi Simon, > > On 2023-07-11 16:59, Simon Glass wrote: > > From: Marek Vasut > > > > This is needed to handle mkimage with inner section located itself in a > > section. > > > > Signed-off-by: Marek Vasut > > Use BuildSectionData()

Re: [PATCH v4 09/20] binman: Convert mkimage to Entry_section

2023-07-11 Thread Jonas Karlman
Hi Simon, On 2023-07-11 16:59, Simon Glass wrote: > From: Marek Vasut > > This is needed to handle mkimage with inner section located itself in a > section. > > Signed-off-by: Marek Vasut > Use BuildSectionData() instead of ObtainContents(), add tests and a few > other minor fixes: > Signed-of