mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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>
This commit is contained in:
parent
ccdd37130b
commit
c77ea32ed8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue