[PATCH] fit: Fix verification of images with external data

Simon Glass sjg at chromium.org
Wed May 19 17:34:00 CEST 2021


On Tue, 20 Apr 2021 at 12:20, John Keeping <john at metanate.com> wrote:
>
> The "-E" option to mkimage generates a FIT with external data using the
> data-size and data-offset properties which must both be ignored when
> verifying a signature.
>
> Add "data-offset" to the list of excluded properties for signature
> verification; since the line is now too long, re-format the list to
> one-per-line and make it static since the data is constant.
>
> Signed-off-by: John Keeping <john at metanate.com>
> ---
>  common/image-fit-sig.c | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list