Re: [U-Boot] [PATCH v2 12/12] binman: Mark 'align-end' as implemented

2018-06-07 Thread Simon Glass
On 1 June 2018 at 07:38, Simon Glass wrote: > The documentation says this is not implemented, but it is. Update the > documentation, and clarify its operation. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > tools/binman/README | 7 +++ > 1 file changed, 3 insertions(+), 4 d

[U-Boot] [PATCH v2 12/12] binman: Mark 'align-end' as implemented

2018-06-01 Thread Simon Glass
The documentation says this is not implemented, but it is. Update the documentation, and clarify its operation. Signed-off-by: Simon Glass --- Changes in v2: None tools/binman/README | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/binman/README b/tools/binman/R