X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fhash.h;h=f4019a979189c62c86e65ade97337fcc634d293b;hb=896019b18b0a6f9392fa234c082ef492e1630cc3;hp=d81433772fc83e444a91111bf2ec9dd313dddaf6;hpb=45fe3809b9923b92f221d70eb45ae071059fd5e0;p=u-boot diff --git a/include/hash.h b/include/hash.h index d81433772f..f4019a9791 100644 --- a/include/hash.h +++ b/include/hash.h @@ -1,6 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2012 The Chromium OS Authors. - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _HASH_H @@ -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 */