diff options
author | Simon Glass <sjg@chromium.org> | 2014-11-06 13:20:00 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-21 07:24:08 +0100 |
commit | bc4880616187e4cda0e74ac55f3423ebb84048e1 (patch) | |
tree | 77c67253ec4c56db0f864315ff11097bd6767f5e | |
parent | 4d70b34d7f721d8b1d4d628e68c3a44ab7a10dff (diff) | |
download | u-boot-imx-bc4880616187e4cda0e74ac55f3423ebb84048e1.zip u-boot-imx-bc4880616187e4cda0e74ac55f3423ebb84048e1.tar.gz u-boot-imx-bc4880616187e4cda0e74ac55f3423ebb84048e1.tar.bz2 |
x86: Remove REALMODE_BASE which is no longer used
This was missed when the real mode support was dropped. Remove it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r-- | arch/x86/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/config.mk b/arch/x86/config.mk index 3e7fedb..bb2da46 100644 --- a/arch/x86/config.mk +++ b/arch/x86/config.mk @@ -15,7 +15,6 @@ PF_CPPFLAGS_X86 := $(call cc-option, -fno-toplevel-reorder, \ $(call cc-option, -mpreferred-stack-boundary=2) PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_X86) PLATFORM_CPPFLAGS += -fno-dwarf2-cfi-asm -PLATFORM_CPPFLAGS += -DREALMODE_BASE=0x7c0 PLATFORM_CPPFLAGS += -march=i386 -m32 # Support generic board on x86 |