u-boot-fslc and CONFIG_IMX_VIDEO_SKIP (imx51)

Mauro Ziliani <[email protected]> Tue, 4 Oct 2022 20:03:20 +0200
Newsgroups org.yoctoproject.lists.meta-freescale
Message-ID <[email protected]>
Hi all.

I working with kirkstone and imx51 (mx51evk derived board).

I config u-boot-fslc to use IPUv3, but the compile task give me error=20
because the linker doesn't find ipu_displays_init function.


I look inside all files and I find ipu_displays_init function in=20
./arch/arm/mach-imx/video.c which is compiled/linked in=20
arch/arm/mach-imx/Makefile only if CONFIG_IMX_VIDEO_SKIP is=C2=A0 y.

But I find CONFIG_IMX_VIDEO_SKIP only in some .h file, but not in Kconfig


Why?


There is a way to enable u-boot-fslc to display an image before the=20
kernel starts?


The u-boot-fslc recipe downloads this version of u-boot-fslc:=20
2022.07+gitAUTOINC+a21d7668eb


Best regards,

 =C2=A0 MZ