Re: [PATCH v2 19/28] binman: Avoid reporting image-pos with compression

2020-10-29 Thread Simon Glass
When a section is compressed, all entries within it are grouped together into a compressed block of data. This obscures the start of each individual child entry. Avoid reporting bogus 'image-pos' properties in this case, since it is not possible to access the entry at the location provided. The en

[PATCH v2 19/28] binman: Avoid reporting image-pos with compression

2020-10-26 Thread Simon Glass
When a section is compressed, all entries within it are grouped together into a compressed block of data. This obscures the start of each individual child entry. Avoid reporting bogus 'image-pos' properties in this case, since it is not possible to access the entry at the location provided. The en