Re: [PATCH] fix for default configuration for pc386 bsp

2014-12-03 Thread Gedare Bloom
OK to commit On Tue, Dec 2, 2014 at 5:40 PM, Ben Gras wrote: > All, > > If USE_VBE_RM is not on, vesa_realmode_bootup_init shouldn't be > referenced, but it's always defined, so the test shoudl be #if instead > of #ifdef. > > ___ > devel mailing list >

Re: [PATCH] fix for default configuration for pc386 bsp

2014-12-03 Thread Jan Dolezal
Hello Ben, that is my fault, thank you for your correction. Jan Dolezal On 2.12.2014 23:40, Ben Gras wrote: All, If USE_VBE_RM is not on, vesa_realmode_bootup_init shouldn't be referenced, but it's always defined, so the test shoudl be #if instead of #ifdef. ___

[PATCH] fix for default configuration for pc386 bsp

2014-12-02 Thread Ben Gras
All, If USE_VBE_RM is not on, vesa_realmode_bootup_init shouldn't be referenced, but it's always defined, so the test shoudl be #if instead of #ifdef. From 97c14a7558671826bf21f323f7ee593f3e311e15 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 2 Dec 2014 23:36:59 +0100 Subject: [PATCH] pc386