Re: [meta-freescale] u-boot-fslc and CONFIG_IMX_VIDEO_SKIP (imx51)

Fabio Estevam <[email protected]> Thu, 6 Oct 2022 21:47:17 -0300
Newsgroups org.yoctoproject.lists.meta-freescale
Message-ID <CAOMZO5APUBDV7x-qVn-H1VL3P6fY0kdtsvXGHPg4P1SMKSSXBw@mail.gmail.com>
Hi Mauro,

On Tue, Oct 4, 2022 at 3:18 PM Mauro Ziliani <[email protected]> wrote:
>
> 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
> because the linker doesn't find ipu_displays_init function.
>
>
> I look inside all files and I find ipu_displays_init function in
> ./arch/arm/mach-imx/video.c which is compiled/linked in
> arch/arm/mach-imx/Makefile only if CONFIG_IMX_VIDEO_SKIP is  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
> kernel starts?
>
>
> The u-boot-fslc recipe downloads this version of u-boot-fslc:
> 2022.07+gitAUTOINC+a21d7668eb

I suggest you post to the U-Boot list as this is off-topic here.