[U-Boot] [PATCH 08/39] x86: Remove REALMODE_BASE which is no longer used

Simon Glass sjg at chromium.org
Sat Nov 8 20:39:41 CET 2014


On 6 November 2014 19:55, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass <sjg at chromium.org> wrote:
>> This was missed when the real mode support was dropped. Remove it.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> ---
>>
>>  arch/x86/config.mk | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> 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
>> --
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

Applied to u-boot-x86.


More information about the U-Boot mailing list