projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccdd371
)
imx: aristainetos: fix build breakage
author
Anatolij Gustschin
<agust@denx.de>
Mon, 1 Apr 2019 09:32:07 +0000
(11:32 +0200)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/board/aristainetos/aristainetos-v2.c
b/board/aristainetos/aristainetos-v2.c
index b33a75c82cdbb1d81f07e58587a658469cfff6a1..63b105755347566f706790b361a25776c51c2c09 100644
(file)
--- 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/i
mx/i
pu.h>
#if defined(CONFIG_VIDEO_BMP_LOGO)
#include <bmp_logo.h>
#endif