On Tue, 20 Apr 2021 at 12:20, John Keeping <j...@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 <j...@metanate.com> > --- > common/image-fit-sig.c | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) >
Reviewed-by: Simon Glass <s...@chromium.org>