]> git.baikalelectronics.ru Git - uboot.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)
commitd0d19af3f599e4985da10efe7bf5cf2893fb103d
treeeedd61149ce7dc2baf10bd7ad918b97bb43c68fb
parent7de009c5dac8788c954120202bdecb63683a85d2
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