Searched hist:"36 c0627ba5efd602d9ca8ebaae06f30d1890a41a" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/board/wandboard/ |
| H A D | wandboard.c | 36c0627ba5efd602d9ca8ebaae06f30d1890a41a Fri Nov 25 20:42:53 UTC 2016 Sven Ebenfeld <sven.ebenfeld@gmail.com> 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>
|
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | wandboard.h | 36c0627ba5efd602d9ca8ebaae06f30d1890a41a Fri Nov 25 20:42:53 UTC 2016 Sven Ebenfeld <sven.ebenfeld@gmail.com> 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>
|