imx: aristainetos: fix build breakage
authorAnatolij Gustschin <agust@denx.de>
Mon, 1 Apr 2019 09:32:07 +0000 (11:32 +0200)
committerStefano Babic <sbabic@denx.de>
Sat, 13 Apr 2019 18:30:10 +0000 (20:30 +0200)
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@denx.de>
board/aristainetos/aristainetos-v2.c

index b33a75c82cdbb1d81f07e58587a658469cfff6a1..63b105755347566f706790b361a25776c51c2c09 100644 (file)
@@ -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