Re: [PATCH 2/3] binman: Prevent entries in a section from overlapping

2021-10-13 Thread Simon Glass
Hi Samuel, On Tue, 12 Oct 2021 at 20:30, Samuel Holland wrote: > > Currently, if the "offset" property is given for an entry, the section's > running offset is completely ignored. This causes entries to overlap if > the provided offset is less than the size of the entries earlier in the >

[PATCH 2/3] binman: Prevent entries in a section from overlapping

2021-10-12 Thread Samuel Holland
Currently, if the "offset" property is given for an entry, the section's running offset is completely ignored. This causes entries to overlap if the provided offset is less than the size of the entries earlier in the section. Avoid the overlap by only using the provided offset when it is greater