SPL: Adjust more debug prints for ulong entry_point
[oweals/u-boot.git] / arch / arm / imx-common / video.c
index 46f8a1e1dc1f20e99d580d20d2a04c8873c9019d..549bf9d957a0449559a8ff367bf337c9cd9178a7 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #include <common.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <asm/imx-common/video.h>
 
 int board_video_skip(void)
@@ -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)