diff options
author | Sven Ebenfeld <sven.ebenfeld@gmail.com> | 2016-11-25 20:42:53 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-11-29 15:34:56 (GMT) |
commit | 36c0627ba5efd602d9ca8ebaae06f30d1890a41a (patch) | |
tree | 7f17c868b5773facce6b9355aaeb8a1427c6ff9e /include/ipu_pixfmt.h | |
parent | de19773535d4eb4e698aec4ab0cdfe86d51a4696 (diff) | |
download | u-boot-36c0627ba5efd602d9ca8ebaae06f30d1890a41a.tar.xz |
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>
Diffstat (limited to 'include/ipu_pixfmt.h')
0 files changed, 0 insertions, 0 deletions