]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/hash.h
usb: dwc2: convert to livetree
[people/ms/u-boot.git] / include / hash.h
index d81433772fc83e444a91111bf2ec9dd313dddaf6..4f9a8cf1db7dcd21afece64a0c5642d59c33e453 100644 (file)
@@ -17,10 +17,6 @@ enum {
        HASH_FLAG_ENV           = 1 << 1,       /* Allow env vars */
 };
 
-#if defined(CONFIG_SHA1SUM_VERIFY) || defined(CONFIG_CRC32_VERIFY)
-#define CONFIG_HASH_VERIFY
-#endif
-
 struct hash_algo {
        const char *name;                       /* Name of algorithm */
        int digest_size;                        /* Length of digest */