aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2019-04-01 11:32:07 +0200
committerStefano Babic <sbabic@denx.de>2019-04-13 20:30:10 +0200
commitc77ea32ed8cce0061198a29a9b0c0e55394d0aaf (patch)
tree821735c139aa88824eb618021e8f70b3977c5262
parentccdd37130b3cfe8f11532b0b7b24774e2034acf0 (diff)
downloadu-boot-c77ea32ed8cce0061198a29a9b0c0e55394d0aaf.zip
u-boot-c77ea32ed8cce0061198a29a9b0c0e55394d0aaf.tar.gz
u-boot-c77ea32ed8cce0061198a29a9b0c0e55394d0aaf.tar.bz2
imx: aristainetos: fix build breakage
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>
-rw-r--r--board/aristainetos/aristainetos-v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/aristainetos/aristainetos-v2.c b/board/aristainetos/aristainetos-v2.c
index b33a75c..63b1057 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