]> git.dujemihanovic.xyz Git - u-boot.git/commit
image-pre-load: Move macros/definitions to image.h
authorSteven Lawrance <steven.lawrance@softathome.com>
Wed, 14 Sep 2022 18:57:27 +0000 (20:57 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 11 Oct 2022 19:40:48 +0000 (15:40 -0400)
commit7c5eeb8309a19c662efe6d7695c256975f6da0d4
treeeedd61149ce7dc2baf10bd7ad918b97bb43c68fb
parentbda5f3e7d678ef34ca512cc5321b73e39320b147
image-pre-load: Move macros/definitions to image.h

Putting these definitions in a header will allow signatures to be
validated independently of bootm.

Signed-off-by: Steven Lawrance <steven.lawrance@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
boot/image-pre-load.c
include/image.h
tools/image-host.c