aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2021-08-23 19:53:20 -0500
committerTom Rini <trini@konsulko.com>2021-08-30 09:23:25 -0400
commit52a38a067b65c5a8c8339e8357771dfca577fd00 (patch)
tree1bd258279b1285df773173c48f53d17758dc184a
parentca0e1924e466844da98c474d2d5930efefb3c43f (diff)
downloadu-boot-52a38a067b65c5a8c8339e8357771dfca577fd00.zip
u-boot-52a38a067b65c5a8c8339e8357771dfca577fd00.tar.gz
u-boot-52a38a067b65c5a8c8339e8357771dfca577fd00.tar.bz2
image: Drop IMAGE_ENABLE_{MD5, CRC32} #defines
These are no longer used, so drop them. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
-rw-r--r--include/image.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/image.h b/include/image.h
index 489b220..2d057d4 100644
--- a/include/image.h
+++ b/include/image.h
@@ -59,26 +59,6 @@ struct fdt_region;
#include <hash.h>
#include <linux/libfdt.h>
#include <fdt_support.h>
-# ifdef CONFIG_SPL_BUILD
-# ifdef CONFIG_SPL_CRC32
-# define IMAGE_ENABLE_CRC32 1
-# endif
-# ifdef CONFIG_SPL_MD5
-# define IMAGE_ENABLE_MD5 1
-# endif
-# else
-# define IMAGE_ENABLE_CRC32 1
-# define IMAGE_ENABLE_MD5 1
-# endif
-
-#ifndef IMAGE_ENABLE_CRC32
-#define IMAGE_ENABLE_CRC32 0
-#endif
-
-#ifndef IMAGE_ENABLE_MD5
-#define IMAGE_ENABLE_MD5 0
-#endif
-
#endif /* IMAGE_ENABLE_FIT */
#ifdef CONFIG_SYS_BOOT_GET_CMDLINE