[U-Boot] [PATCH] imx6: disable clock command and print_cpuinfo code in SPL
Anatolij Gustschin
agust at denx.de
Sat Sep 23 16:29:33 UTC 2017
Hi Fabio,
On Fri, 22 Sep 2017 22:55:04 -0300
Fabio Estevam festevam at gmail.com wrote:
...
> > /* Framebuffer */
> > +#if !defined(CONFIG_SPL_BUILD)
> > #ifdef CONFIG_VIDEO
> > #define CONFIG_VIDEO_IPUV3
> > #define CONFIG_VIDEO_BMP_RLE8
> > @@ -74,6 +75,7 @@
> > #define CONFIG_IMX_HDMI
> > #define CONFIG_IMX_VIDEO_SKIP
> > #endif
> > +#endif
>
> This solution still cause build failures for some boards.
>
> I have a patch locally that avoids calling IPU from SPL code.
>
> Will test it tomorrow and then will submit for all the affected boards.
Thanks!
--
Anatolij
More information about the U-Boot
mailing list