[PATCH 1/2] image-pre-load: Move macros/definitions to image.h
Simon Glass
sjg at chromium.org
Fri Sep 16 03:30:42 CEST 2022
On Wed, 14 Sept 2022 at 12:58, Steven Lawrance
<steven.lawrance at softathome.com> wrote:
>
> Putting these definitions in a header will allow signatures to be
> validated independently of bootm.
>
> Signed-off-by: Steven Lawrance <steven.lawrance at softathome.com>
> ---
> boot/image-pre-load.c | 43 -------------------------------------------
> include/image.h | 43 +++++++++++++++++++++++++++++++++++++++++++
> tools/image-host.c | 2 --
> 3 files changed, 43 insertions(+), 45 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list