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

2013-10-16 Thread Simon Glass
On Mon, Sep 30, 2013 at 5:20 AM, 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 > This all seems good to me, builds without errors. Acked-by: Simon Glass

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

2013-10-14 Thread Ajay kumar
ping. On Mon, Sep 30, 2013 at 4:50 PM, 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/conf

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

2013-09-30 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 447f8e5..cc9c424 100644 --