aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-28 10:45:10 -0700
committerTom Rini <trini@konsulko.com>2020-01-17 17:53:52 -0500
commit4d979bfdbc9dd9c4fcfc824754c9bd2109261a2b (patch)
tree03b19d10dea5290f62205016445b16acccf3b3de /include/common.h
parent6df75135b56afbc060e5979477e71e0b95e0dad5 (diff)
downloadu-boot-4d979bfdbc9dd9c4fcfc824754c9bd2109261a2b.zip
u-boot-4d979bfdbc9dd9c4fcfc824754c9bd2109261a2b.tar.gz
u-boot-4d979bfdbc9dd9c4fcfc824754c9bd2109261a2b.tar.bz2
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 <sjg@chromium.org>
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 9978283..32999f9 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 */