Re: [U-Boot] [PATCH 2/2 v2] exynos5420: fix compilation without parade video

2014-12-01 Thread Simon Glass
Hi, On 1 December 2014 at 03:06, Sjoerd Simons wrote: > Hey Minkyu, > > On Mon, 2014-12-01 at 14:24 +0900, Minkyu Kang wrote: >> > --- a/arch/arm/include/asm/arch-exynos/system.h >> > +++ b/arch/arm/include/asm/arch-exynos/system.h >> > @@ -42,6 +42,10 @@ void set_system_display_ctrl(void); >> >

Re: [U-Boot] [PATCH 2/2 v2] exynos5420: fix compilation without parade video

2014-12-01 Thread Sjoerd Simons
Hey Minkyu, On Mon, 2014-12-01 at 14:24 +0900, Minkyu Kang wrote: > > --- a/arch/arm/include/asm/arch-exynos/system.h > > +++ b/arch/arm/include/asm/arch-exynos/system.h > > @@ -42,6 +42,10 @@ void set_system_display_ctrl(void); > > int exynos_lcd_early_init(const void *blob); > > > > /* Initi

Re: [U-Boot] [PATCH 2/2 v2] exynos5420: fix compilation without parade video

2014-11-30 Thread Minkyu Kang
Dear Sjoerd Simons, On 28/11/14 00:08, Sjoerd Simons wrote: > Not all exynos 5420 based devices with an LCD also have a parade LVDS > bridge. So make sure compilation doesn't break if CONFIG_LCD is enabled > and CONFIG_VIDEO_PARADE is not. > > Signed-off-by: Sjoerd Simons > --- > Changes since

Re: [U-Boot] [PATCH 2/2 v2] exynos5420: fix compilation without parade video

2014-11-30 Thread Simon Glass
On 27 November 2014 at 08:08, Sjoerd Simons wrote: > Not all exynos 5420 based devices with an LCD also have a parade LVDS > bridge. So make sure compilation doesn't break if CONFIG_LCD is enabled > and CONFIG_VIDEO_PARADE is not. > > Signed-off-by: Sjoerd Simons > --- > Changes since V1: New pa

[U-Boot] [PATCH 2/2 v2] exynos5420: fix compilation without parade video

2014-11-27 Thread Sjoerd Simons
Not all exynos 5420 based devices with an LCD also have a parade LVDS bridge. So make sure compilation doesn't break if CONFIG_LCD is enabled and CONFIG_VIDEO_PARADE is not. Signed-off-by: Sjoerd Simons --- Changes since V1: New patch arch/arm/include/asm/arch-exynos/system.h | 4 1 file