summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/config.mk
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-01-16 14:04:26 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2017-02-07 05:14:54 (GMT)
commit3a03703afcabb779f8e74720d95889e2be83a861 (patch)
treef61ab6c6d8563fd0866e6fe80264f5ff2ff55532 /arch/x86/cpu/config.mk
parentc17c4228543396e1eac27ed522d90b2fc578529a (diff)
downloadu-boot-fsl-qoriq-3a03703afcabb779f8e74720d95889e2be83a861.tar.xz
x86: Update compile/link flags to support 64-bit U-Boot
Update config.mk settings to support both 32-bit and 64-bit U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/config.mk')
-rw-r--r--arch/x86/cpu/config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/cpu/config.mk b/arch/x86/cpu/config.mk
index 4c99a35..b519f43 100644
--- a/arch/x86/cpu/config.mk
+++ b/arch/x86/cpu/config.mk
@@ -7,8 +7,6 @@
CROSS_COMPILE ?= i386-linux-
-PLATFORM_CPPFLAGS += -D__I386__
-
# DO NOT MODIFY THE FOLLOWING UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!
LDPPFLAGS += -DRESET_SEG_START=$(CONFIG_RESET_SEG_START)
LDPPFLAGS += -DRESET_SEG_SIZE=$(CONFIG_RESET_SEG_SIZE)