Re: [PATCH 1/2] image-pre-load: Move macros/definitions to image.h

2022-10-11 Thread Tom Rini
On Wed, Sep 14, 2022 at 08:57:27PM +0200, Steven Lawrance wrote: > Putting these definitions in a header will allow signatures to be > validated independently of bootm. > > Signed-off-by: Steven Lawrance > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [PATCH 1/2] image-pre-load: Move macros/definitions to image.h

2022-09-15 Thread Simon Glass
On Wed, 14 Sept 2022 at 12:58, Steven Lawrance wrote: > > Putting these definitions in a header will allow signatures to be > validated independently of bootm. > > Signed-off-by: Steven Lawrance > --- > boot/image-pre-load.c | 43 --- > include/image.h

[PATCH 1/2] image-pre-load: Move macros/definitions to image.h

2022-09-14 Thread Steven Lawrance
Putting these definitions in a header will allow signatures to be validated independently of bootm. Signed-off-by: Steven Lawrance --- boot/image-pre-load.c | 43 --- include/image.h | 43 +++