projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d70b34
)
x86: Remove REALMODE_BASE which is no longer used
author
Simon Glass
<sjg@chromium.org>
Thu, 6 Nov 2014 20:20:00 +0000
(13:20 -0700)
committer
Simon Glass
<sjg@chromium.org>
Fri, 21 Nov 2014 06:24:08 +0000
(07:24 +0100)
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>
arch/x86/config.mk
patch
|
blob
|
history
diff --git
a/arch/x86/config.mk
b/arch/x86/config.mk
index 3e7fedb913bed80965c0ca4e2765a35aaec98017..bb2da4637e59afa7504f86a65ef5e7c28f0b0cee 100644
(file)
--- 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