Am 13.04.19 um 11:13 schrieb Chris Packham: > There is no check for CONFIG_CRC32 so the #define in image.h does > nothing. Remove it. > > Reported-by: Robert P. J. Day <[email protected]> > Signed-off-by: Chris Packham <[email protected]> > --- > > include/image.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/image.h b/include/image.h > index 765ffecee0a7..6b2661ed0bd6 100644 > --- a/include/image.h > +++ b/include/image.h > @@ -68,7 +68,6 @@ struct fdt_region; > # define IMAGE_ENABLE_SHA1 1 > # endif > # else > -# define CONFIG_CRC32 /* FIT images need CRC32 support */ > # define IMAGE_ENABLE_CRC32 1 > # define IMAGE_ENABLE_MD5 1 > # define IMAGE_ENABLE_SHA1 1 >
Reviewed-by: Stefano Babic <[email protected]> Best regards, Stefano -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: [email protected] ===================================================================== _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

