Re: [U-Boot] [PATCH v3] Don't grab memory for LCD if FB address is defined

2011-04-25 Thread Minkyu Kang
Dear Albert ARIBAUD, On 25 April 2011 16:38, Albert ARIBAUD wrote: >> Sorry for the late review, but it makes littel sense to add individual >> README.* files for each and every CONFIG option.  Please add the >> documentation (with a little less verbocity) to the top level README >> instead. > >

Re: [U-Boot] [PATCH v3] Don't grab memory for LCD if FB address is defined

2011-04-25 Thread Albert ARIBAUD
Le 25/04/2011 01:27, Wolfgang Denk a écrit : > Dear Minkyu Kang, > > In message<4d8be6bd.2090...@samsung.com> you wrote: >> If FB address is defined specific address then don't grab memory for LCD >> >> Signed-off-by: Minkyu Kang >> Cc: Albert Aribaud >> Cc: Wolfgang Denk >> Cc: Stefan Roese >> Cc

Re: [U-Boot] [PATCH v3] Don't grab memory for LCD if FB address is defined

2011-04-24 Thread Wolfgang Denk
Dear Albert, In message <4d8f6229.5040...@free.fr> you wrote: > Le 25/03/2011 01:50, Minkyu Kang a écrit : > > If FB address is defined specific address then don't grab memory for LCD > > > > Signed-off-by: Minkyu Kang > > Cc: Albert Aribaud > > Cc: Wolfgang Denk > > Cc: Stefan Roese > > Cc: Kim P

Re: [U-Boot] [PATCH v3] Don't grab memory for LCD if FB address is defined

2011-04-24 Thread Wolfgang Denk
Dear Minkyu Kang, In message <4d8be6bd.2090...@samsung.com> you wrote: > If FB address is defined specific address then don't grab memory for LCD > > Signed-off-by: Minkyu Kang > Cc: Albert Aribaud > Cc: Wolfgang Denk > Cc: Stefan Roese > Cc: Kim Phillips > Cc: Andy Fleming > Cc: Kumar Gala

Re: [U-Boot] [PATCH v3] Don't grab memory for LCD if FB address is defined

2011-03-27 Thread Albert ARIBAUD
Le 25/03/2011 01:50, Minkyu Kang a écrit : > If FB address is defined specific address then don't grab memory for LCD > > Signed-off-by: Minkyu Kang > Cc: Albert Aribaud > Cc: Wolfgang Denk > Cc: Stefan Roese > Cc: Kim Phillips > Cc: Andy Fleming > Cc: Kumar Gala > --- Applied to u-boot-arm/next,

[U-Boot] [PATCH v3] Don't grab memory for LCD if FB address is defined

2011-03-24 Thread Minkyu Kang
If FB address is defined specific address then don't grab memory for LCD Signed-off-by: Minkyu Kang Cc: Albert Aribaud Cc: Wolfgang Denk Cc: Stefan Roese Cc: Kim Phillips Cc: Andy Fleming Cc: Kumar Gala --- v3 fix whitespace errors v2 add document arch/arm/lib/board.c |4 a