Re: [U-Boot] [PATCH v2 01/12] binman: Allow unit addresses for binaries

2018-06-07 Thread Simon Glass
On 1 June 2018 at 07:38, Simon Glass wrote: > Allow the same binary to appear multiple times in an image by using the > device-tree unit-address feature (u-boot@0, u-boot@1). > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add SPDX tag to .dts file > > tools/binman/README

[U-Boot] [PATCH v2 01/12] binman: Allow unit addresses for binaries

2018-06-01 Thread Simon Glass
Allow the same binary to appear multiple times in an image by using the device-tree unit-address feature (u-boot@0, u-boot@1). Signed-off-by: Simon Glass --- Changes in v2: - Add SPDX tag to .dts file tools/binman/README | 4 tools/binman/etype/entry.py | 5