Re: [U-Boot] [PATCH 06/31] binman: Tidy up the vblock entry

2018-10-02 Thread Simon Glass
On 14 September 2018 at 03:57, Simon Glass wrote: > At present if there are two vblock entries an image their contents are > written to the same file in the output directory. This prevents checking > the contents of each separately. > > Fix this by adding part of the entry path to the filename, an

[U-Boot] [PATCH 06/31] binman: Tidy up the vblock entry

2018-09-14 Thread Simon Glass
At present if there are two vblock entries an image their contents are written to the same file in the output directory. This prevents checking the contents of each separately. Fix this by adding part of the entry path to the filename, and add some missing comments. Signed-off-by: Simon Glass --