Re: [PATCH 08/12] binman: Support multiple images in the library

2020-10-26 Thread Simon Glass
Add support for multiple images, since these are used on x86 now. Select the first image for now, since that is generally the correct one. At some point we can add a way to determine which image is currently running. Signed-off-by: Simon Glass --- lib/binman.c | 7 +++ 1 file changed, 7 ins

[PATCH 08/12] binman: Support multiple images in the library

2020-09-27 Thread Simon Glass
Add support for multiple images, since these are used on x86 now. Select the first image for now, since that is generally the correct one. At some point we can add a way to determine which image is currently running. Signed-off-by: Simon Glass --- lib/binman.c | 7 +++ 1 file changed, 7 ins