Re: [PATCH v2 3/3] binman: Show an error if __image_copy_start is missing

2021-07-26 Thread Tim Harvey
On Sun, Jul 25, 2021 at 9:54 AM Simon Glass wrote: > > Binman needs this symbol to be able to figure out the start of the image. > Detect if it is missing and report an error if any symbols are needed. > > Add more documentation about possible binman warnings. > > Signed-off-by: Simon Glass > ---

[PATCH v2 3/3] binman: Show an error if __image_copy_start is missing

2021-07-25 Thread Simon Glass
Binman needs this symbol to be able to figure out the start of the image. Detect if it is missing and report an error if any symbols are needed. Add more documentation about possible binman warnings. Signed-off-by: Simon Glass --- (no changes since v1) tools/binman/binman.rst | 109 +