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

Chris Packham judge.packham at gmail.com
Sat Apr 13 09:13:58 UTC 2019


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
-- 
2.21.0



More information about the U-Boot mailing list