[U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable FIMD and DP
Ajay kumar
ajaynumb at gmail.com
Thu Jan 2 06:34:02 CET 2014
Hi Minkyu,
On Thu, Jan 2, 2014 at 6:09 AM, Minkyu Kang <mk7.kang at samsung.com> 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 <ajaykumar.rs at samsung.com>
> > ---
> > 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
> > --- a/include/configs/smdk5420.h
> > +++ b/include/configs/smdk5420.h
> > @@ -57,4 +57,12 @@
> > #define CONFIG_POWER_I2C
> > #define CONFIG_POWER_S2MPS11
> >
> > +/* Display */
> > +#define CONFIG_LCD
> > +#ifdef CONFIG_LCD
> > +#define CONFIG_EXYNOS_FB
> > +#define CONFIG_EXYNOS_DP
> > +#define LCD_BPP LCD_COLOR16
>
> please use space.
>
> Ok. Will fix this in the next patchset.
> > +#endif
> > +
> > #endif /* __CONFIG_5420_H */
> >
>
> Thanks,
> Minkyu Kang.
>
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
Thanks and Regards,
Ajay
More information about the U-Boot
mailing list