[U-Boot] [PATCH 1/2] board: cm_fx6: Enable DM support for video, fix build error

2019-12-29 Thread sbabic
> From: Suniel Mahesh > Enable driver model for Video to remove the following > compile warning on CM-FX6 SOM based target: > = WARNING == > This board does not use CONFIG_DM_VIDEO Please update > the board to use CONFIG_DM_VIDEO before the v2019.07 release.

[U-Boot] [PATCH 1/2] board: cm_fx6: Enable DM support for video, fix build error

2019-11-20 Thread sunil . m
From: Suniel Mahesh Enable driver model for Video to remove the following compile warning on CM-FX6 SOM based target: = WARNING == This board does not use CONFIG_DM_VIDEO Please update the board to use CONFIG_DM_VIDEO before the v2019.07 release. =