summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-09-26 04:43:28 +0300
committerTom Rini <trini@konsulko.com>2021-10-08 22:53:27 +0300
commitfa13940740e5ce1822611205bb8ac329c91306fd (patch)
tree4d38078c252e1b0958da08a118a3195e17633de1 /include
parent3ac0f504125e2f97364ba8cc6bc95c1e350bd35a (diff)
downloadu-boot-fa13940740e5ce1822611205bb8ac329c91306fd.tar.xz
image: Drop IMAGE_ENABLE_IGNORE
We can use the new host_build() function for this, so drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/image.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/image.h b/include/image.h
index e190f59232..a236180ccd 100644
--- a/include/image.h
+++ b/include/image.h
@@ -27,7 +27,6 @@ struct fdt_region;
#include <sys/types.h>
#include <linux/kconfig.h>
-#define IMAGE_ENABLE_IGNORE 0
#define IMAGE_INDENT_STRING ""
#else
@@ -37,8 +36,6 @@ struct fdt_region;
#include <command.h>
#include <linker_lists.h>
-/* Take notice of the 'ignore' property for hashes */
-#define IMAGE_ENABLE_IGNORE 1
#define IMAGE_INDENT_STRING " "
#endif /* USE_HOSTCC */