summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2021-09-25 19:43:27 -0600
committerTom Rini <[email protected]>2021-10-08 15:53:26 -0400
commit3ac0f504125e2f97364ba8cc6bc95c1e350bd35a (patch)
tree508f16c60c706a69a11524a785b75301860264c1 /include
parent30ba2828652915d29892146022ed92b2bd524ad6 (diff)
image: Drop IMAGE_OF_SYSTEM_SETUP
This is not needed with Kconfig, since we can use IS_ENABLED() easily enough. Drop it. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Alexandru Gagniuc <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/image.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/image.h b/include/image.h
index e1e4148e4c8..e190f59232d 100644
--- a/include/image.h
+++ b/include/image.h
@@ -49,12 +49,6 @@ struct fdt_region;
#include <fdt_support.h>
#endif /* FIT */
-#ifdef CONFIG_OF_SYSTEM_SETUP
-# define IMAGE_OF_SYSTEM_SETUP 1
-#else
-# define IMAGE_OF_SYSTEM_SETUP 0
-#endif
-
extern ulong image_load_addr; /* Default Load Address */
extern ulong image_save_addr; /* Default Save Address */
extern ulong image_save_size; /* Default Save Size */