aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2021-09-02 19:54:22 -0500
committerTom Rini <trini@konsulko.com>2021-09-08 09:41:00 -0400
commit3101bbfa0b3b721f99eb3a454d6cb04f802e369d (patch)
tree9073f49b81df72c5fc8533c63003888c7eec9789
parentf28eb7c24120006f971f22d73e655c873801e7e9 (diff)
downloadu-boot-WIP/2021-09-08-fix-FIT-hash-algos-in-SPL.zip
u-boot-WIP/2021-09-08-fix-FIT-hash-algos-in-SPL.tar.gz
u-boot-WIP/2021-09-08-fix-FIT-hash-algos-in-SPL.tar.bz2
image: Drop IMAGE_ENABLE_{MD5, CRC32} #definesWIP/2021-09-08-fix-FIT-hash-algos-in-SPL
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 e4b9cd0..98b33d0 100644
--- a/include/image.h
+++ b/include/image.h
@@ -60,26 +60,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