From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 02 Jan 2014 09:39:05 +0900 Subject: [U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable FIMD and DP In-Reply-To: <52C28449.4040300@samsung.com> References: <52C28449.4040300@samsung.com> Message-ID: <52C4B529.9060403@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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/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. > +#endif > + > #endif /* __CONFIG_5420_H */ > Thanks, Minkyu Kang.