diff options
author | Simon Glass | 2017-01-16 07:04:26 -0700 |
---|---|---|
committer | Bin Meng | 2017-02-07 13:14:54 +0800 |
commit | 3a03703afcabb779f8e74720d95889e2be83a861 (patch) | |
tree | f61ab6c6d8563fd0866e6fe80264f5ff2ff55532 /arch/x86/cpu | |
parent | c17c4228543396e1eac27ed522d90b2fc578529a (diff) |
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')
-rw-r--r-- | arch/x86/cpu/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/cpu/config.mk b/arch/x86/cpu/config.mk index 4c99a35621d..b519f433acf 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) |