Roll crc32 into hash infrastructure
[oweals/u-boot.git] / include / hash.h
index 88fa2b5a577b7c641057c178cedc6f7cdb17246a..f2b2c4520de2e877e3361c361107949f4b4f25b5 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef _HASH_H
 #define _HASH_H
 
-#ifdef CONFIG_SHA1SUM_VERIFY
+#if defined(CONFIG_SHA1SUM_VERIFY) || defined(CONFIG_CRC32_VERIFY)
 #define CONFIG_HASH_VERIFY
 #endif