ipu.h header is not found since the ipuv3 driver was moved to
the drivers/video/imx subdirectory. Fix it.

Signed-off-by: Anatolij Gustschin <[email protected]>
---
Hi Stefano,

During my build tests I've seen a build breakage with [1] applied.
Here is a patch to fix it. Please take it for u-boot-imx, -next.

Thanks,
Anatolij 

[1] http://patchwork.ozlabs.org/patch/1058108

 board/aristainetos/aristainetos-v2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/aristainetos/aristainetos-v2.c 
b/board/aristainetos/aristainetos-v2.c
index b33a75c82c..63b1057553 100644
--- a/board/aristainetos/aristainetos-v2.c
+++ b/board/aristainetos/aristainetos-v2.c
@@ -33,7 +33,7 @@
 #include <micrel.h>
 #include <spi.h>
 #include <video.h>
-#include <../drivers/video/ipu.h>
+#include <../drivers/video/imx/ipu.h>
 #if defined(CONFIG_VIDEO_BMP_LOGO)
        #include <bmp_logo.h>
 #endif
-- 
2.17.1

_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to