From bc4880616187e4cda0e74ac55f3423ebb84048e1 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 6 Nov 2014 13:20:00 -0700 Subject: 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 Reviewed-by: Bin Meng --- arch/x86/config.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'arch') diff --git a/arch/x86/config.mk b/arch/x86/config.mk index 3e7fedb913..bb2da4637e 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 -- cgit v1.2.1