[U-Boot] [PATCH] [for-next] 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 --- 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

On 01/04/19 11:32, Anatolij Gustschin wrote:
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
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
I apply this directly to -next. After merging last flood of patches, I had to fix some boards. I fixed apalix_imx6, I have seen wandboard fails. Do you have any issue with it ?
Regards, Stefano

On Mon, 1 Apr 2019 11:44:03 +0200 Stefano Babic sbabic@denx.de wrote: ...
I apply this directly to -next. After merging last flood of patches, I had to fix some boards. I fixed apalix_imx6, I have seen wandboard fails. Do you have any issue with it ?
With current github u-boot-imx -next I also see wandboard build issues. I'll send patches to fix it.
-- Anatolij
participants (2)
-
Anatolij Gustschin
-
Stefano Babic