
14 Apr
2019
14 Apr
'19
6:20 p.m.
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 rpjday@crashcourse.ca Signed-off-by: Chris Packham judge.packham@gmail.com
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 sbabic@denx.de
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: sbabic@denx.de
=====================================================================