u-boot-brain/board/compulab
Suniel Mahesh 7f681b3d75 board: cm_fx6: Enable DM support for video, fix build error
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.
====================================================

This change introduced build error as shown:

LD      u-boot
drivers/built-in.o: In function ipu_displays_init'
arm-linux-ld.bfd: BFD (GNU Binutils) 2.29.1 assertion fail elf32-arm.c:9509
Makefile:1621: recipe for target 'u-boot' failed
make: *** [u-boot] Error 1

The DM converted video driver calls ipu_displays_init
in its probe, which inturn calls relevant board_video_skip.
Defining ipu_displays_init in the board file fixes build error.
Target was compile tested, build was clean.

Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>
2020-01-07 10:26:56 +01:00
..
cl-som-imx7 common: Move some board functions out of common.h 2019-12-02 18:25:21 -05:00
cm_fx6 board: cm_fx6: Enable DM support for video, fix build error 2020-01-07 10:26:56 +01:00
cm_t35 env: Drop environment.h header file where not needed 2019-08-11 16:43:41 -04:00
cm_t43 SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
cm_t54 env: Drop environment.h header file where not needed 2019-08-11 16:43:41 -04:00
cm_t335 common: Drop global inclusion of status_led.h 2019-12-02 18:23:06 -05:00
common common: Move old EEPROM functions into a new header 2019-12-02 18:25:25 -05:00
trimslice SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00