X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Fimx-common%2Fvideo.c;h=549bf9d957a0449559a8ff367bf337c9cd9178a7;hb=4386feb73da7946fc79b55c4fa41c6dd66dcb2e2;hp=fdc987f469f9d64caf4d95f0f671cc1f18359e43;hpb=1221ce459d04a428f8880f58581f671b736c3c27;p=oweals%2Fu-boot.git diff --git a/arch/arm/imx-common/video.c b/arch/arm/imx-common/video.c index fdc987f469..549bf9d957 100644 --- a/arch/arm/imx-common/video.c +++ b/arch/arm/imx-common/video.c @@ -34,7 +34,7 @@ int board_video_skip(void) } if (i < display_count) { - ret = ipuv3_fb_init(&displays[i].mode, 0, + ret = ipuv3_fb_init(&displays[i].mode, displays[i].di ? 1 : 0, displays[i].pixfmt); if (!ret) { if (displays[i].enable)