[U-Boot] [PATCH 3/4] Remove #define CONFIG_CRC32

stefano babic sbabic at denx.de
Sun Apr 14 16:20:16 UTC 2019



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 at crashcourse.ca>
> Signed-off-by: Chris Packham <judge.packham at 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 at 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 at denx.de
=====================================================================


More information about the U-Boot mailing list