Re: [U-Boot] [PATCH v2 06/12] binman: Add support for sections

2018-06-07 Thread Simon Glass
On 1 June 2018 at 07:38, Simon Glass wrote: > It is useful to be able to split an image into multiple sections, > each with its own size and position, for cases where a flash device has > read-only and read-write portions. > > Add support for this. > > Signed-off-by: Simon Glass > --- > > Changes

[U-Boot] [PATCH v2 06/12] binman: Add support for sections

2018-06-01 Thread Simon Glass
It is useful to be able to split an image into multiple sections, each with its own size and position, for cases where a flash device has read-only and read-write portions. Add support for this. Signed-off-by: Simon Glass --- Changes in v2: - Add SPDX tag to .dts file tools/binman/README