Re: [U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable FIMD and DP

2014-01-01 Thread Ajay kumar
Hi Minkyu, On Thu, Jan 2, 2014 at 6:09 AM, Minkyu Kang wrote: > On 12/11/13 21:27, Ajay Kumar wrote: > > Enable FIMD and DP drivers on SMDK5420 so that we get to > > see the LCD console on eDP panel. > > > > Signed-off-by: Ajay Kumar > > --- > > include/configs/smdk5420.h | 8 > > 1

Re: [U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable FIMD and DP

2014-01-01 Thread Minkyu Kang
On 12/11/13 21:27, Ajay Kumar wrote: > Enable FIMD and DP drivers on SMDK5420 so that we get to > see the LCD console on eDP panel. > > Signed-off-by: Ajay Kumar > --- > include/configs/smdk5420.h | 8 > 1 file changed, 8 insertions(+) > > diff --git a/include/configs/smdk5420.h b/incl

Re: [U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable FIMD and DP

2013-12-19 Thread Simon Glass
On 12 November 2013 05:27, Ajay Kumar wrote: > Enable FIMD and DP drivers on SMDK5420 so that we get to > see the LCD console on eDP panel. > > Signed-off-by: Ajay Kumar Acked-by: Simon Glass > --- > include/configs/smdk5420.h | 8 > 1 file changed, 8 insertions(+) > > diff --git a/i

[U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable FIMD and DP

2013-11-12 Thread Ajay Kumar
Enable FIMD and DP drivers on SMDK5420 so that we get to see the LCD console on eDP panel. Signed-off-by: Ajay Kumar --- include/configs/smdk5420.h | 8 1 file changed, 8 insertions(+) diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h index 46aeec0..d3fa49b 100644 --