Files
u-boot/include
Sven Ebenfeld 36c0627ba5 arm: imx: wandboard: fix compile error if CONFIG_VIDEO is deactivated
When I tried to deactivate VIDEO support for the Wandboard, it still
tried to initialize the Framebuffer and so on. That is the reason for
the added ifdefs. CONFIG_VIDEO is enabled in the configuration as default
and therefore nothing changes for the default user.

The structs mx6dl_i2c2_pad_info and mx6q_i2c2_pad_info are only available
when CONFIG_IPUV3 are set and should not be tried to access, when that
define is not defined.

Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
2016-11-29 16:34:56 +01:00
..
2016-09-16 17:03:39 -04:00
2016-10-19 09:01:51 +02:00
2016-11-14 23:24:03 +01:00
2016-10-23 12:08:48 -07:00
2016-10-19 09:01:52 +02:00
2016-11-19 08:41:44 +05:30
2016-10-06 15:08:55 -04:00
2016-09-26 13:24:43 -04:00
2016-10-12 10:56:51 +08:00
2016-10-23 18:33:48 -04:00
2016-10-31 10:13:17 -04:00