On Wed, Aug 20, 2025 at 10:09 AM Jérémie Dautheribes <jeremie.dautheri...@bootlin.com> wrote: > > From: Ye Li <ye...@nxp.com> > > Because the early malloc pool size is set to 0x18000, so using this > start address may cause conflict with ATF, then corrupt the heap data. > So we delete the definition to use the default early malloc pool from > CONFIG_SPL_STACK to avoid any conflict > > Signed-off-by: Ye Li <ye...@nxp.com> > > Cherry picked from nxp-imx/uboot-imx commit > 1ba675df122627a19debe1d807877052705372c6 > > Jérémie Dautheribes: applied the same patch to the frdm and qsb > imx93-based boards > Signed-off-by: Jérémie Dautheribes <jeremie.dautheri...@bootlin.com> > --- > > Changes in v2: > - applied the patch to the frdm and qsb imx93-based boards which > can face the same issue as suggested by Fabio
Applied, thanks.