summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2019-12-28 10:45:10 -0700
committerJagan Teki <[email protected]>2020-01-24 23:06:49 +0530
commitf2f8e90034b2bfc501c1f59106a33adfd6b0c85c (patch)
tree6e70510976bc890e5cac495102a85b626a8acb37 /include/common.h
parente4789b0d5b354ac27f3879276ce92a7e169328ad (diff)
common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA
This is not really a CONFIG since it is not intended to be set by boards. Move it into the compiler header with other similar defines, and rename it. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/common.h b/include/common.h
index 997828311e1..32999f9cbf2 100644
--- a/include/common.h
+++ b/include/common.h
@@ -35,10 +35,6 @@
#include <flash.h>
#include <image.h>
-#ifdef __LP64__
-#define CONFIG_SYS_SUPPORT_64BIT_DATA
-#endif
-
#include <log.h>
#include <asm/u-boot.h> /* boot information for Linux kernel */