[PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

Heiko Thiery heiko.thiery at gmail.com
Wed Mar 16 08:02:13 CET 2022


Hi Marek,



Am Di., 15. März 2022 um 20:01 Uhr schrieb Marek Vasut <marex at denx.de>:
>
> On 3/15/22 16:35, Heiko Thiery wrote:
> > Hi Angus and all,
>
> Hi,
>
> [...]
>
> > U-Boot 2022.04-rc4-00008-g390d9bf9a1 (Mar 15 2022 - 16:26:59 +0100)
> >
> > CPU:   Freescale i.MX8MQ rev2.1 at 800 MHz
> > Reset cause: POR
> > Model: Kontron pITX-imx8m
> > DRAM:  alloc space exhausted
> > alloc space exhausted
> > alloc space exhausted
> > alloc space exhausted
> > alloc space exhausted
> > alloc space exhausted
> > alloc space exhausted
> > alloc space exhausted
> > alloc space exhausted
> > alloc space exhausted
> > alloc space exhausted
> > alloc space exhausted
>
> Try increasing MALLOC_F_LEN in your .config , that should do the trick I
> think. There is now a lot of clock drivers that are being instantiated
> early, so your early malloc area is likely exhausted.

You're right. Increasing the value from 0x2000 to 0x10000 fixes this problem.

Thanks
-- 
Heiko


More information about the U-Boot mailing list