imx: imx93_{evk, frdm, qsb}: Fix conflict SPL early malloc address
authorYe Li <ye.li@nxp.com>
Wed, 20 Aug 2025 13:08:51 +0000 (15:08 +0200)
committerFabio Estevam <festevam@gmail.com>
Sat, 23 Aug 2025 11:21:48 +0000 (08:21 -0300)
commitcb5f3e4f5288f27c44753503ca6c75bd17d8a1f8
tree9ef0d543d7db7a7ca8571694cdadce4eba5051f6
parenta7528da151489d87582d70f2628256f4d59e2740
imx: imx93_{evk, frdm, qsb}: Fix conflict SPL early malloc address

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.li@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.dautheribes@bootlin.com>
include/configs/imx93_evk.h
include/configs/imx93_frdm.h
include/configs/imx93_qsb.h