Re: [U-Boot] [PATCH 4/6] colibri-imx6ull: support building with DM_VIDEO=y

2019-07-11 Thread Oleksandr Suvorov
On Thu, 11 Jul 2019 at 11:59, Igor Opaniuk wrote: > > + Oleksandr > > On Wed, Jun 19, 2019 at 11:47 AM Igor Opaniuk wrote: > > > > From: Igor Opaniuk > > > > 1. This fixes linking issues when building with DM_VIDEO enabled mxsfb > > driver. > > 2. Provide proper defines for both VIDEO=y and DM_V

Re: [U-Boot] [PATCH 4/6] colibri-imx6ull: support building with DM_VIDEO=y

2019-07-11 Thread Igor Opaniuk
+ Oleksandr On Wed, Jun 19, 2019 at 11:47 AM Igor Opaniuk wrote: > > From: Igor Opaniuk > > 1. This fixes linking issues when building with DM_VIDEO enabled mxsfb > driver. > 2. Provide proper defines for both VIDEO=y and DM_VIDEO=y. > > Signed-off-by: Igor Opaniuk > --- > arch/arm/mach-imx/mx

[U-Boot] [PATCH 4/6] colibri-imx6ull: support building with DM_VIDEO=y

2019-06-19 Thread Igor Opaniuk
From: Igor Opaniuk 1. This fixes linking issues when building with DM_VIDEO enabled mxsfb driver. 2. Provide proper defines for both VIDEO=y and DM_VIDEO=y. Signed-off-by: Igor Opaniuk --- arch/arm/mach-imx/mx6/soc.c | 2 +- include/configs/colibri-imx6ull.h | 2 +- 2 files changed, 2 in