[U-Boot] [PATCH] [for-next] imx: aristainetos: fix build breakage

Anatolij Gustschin agust at denx.de
Mon Apr 1 09:32:07 UTC 2019


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 <agust at denx.de>
---
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



More information about the U-Boot mailing list