[U-Boot] [PATCH] [for-next] imx: aristainetos: fix build breakage

Stefano Babic sbabic at denx.de
Mon Apr 1 09:44:03 UTC 2019


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 at 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

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================


More information about the U-Boot mailing list