]> git.baikalelectronics.ru Git - uboot.git/commit
configs: verdin-imx8mp: Fix wrong early malloc() heap size
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>
Thu, 16 Feb 2023 11:31:15 +0000 (12:31 +0100)
committerStefano Babic <sbabic@denx.de>
Thu, 30 Mar 2023 11:48:56 +0000 (13:48 +0200)
commit7571bccf0d49f85f3d1c7d28702b74ff396a8485
tree91d24b367a118dd2f3980f311a80328c654ae634
parente1fc824aca4d59ef3938d1f98da644793edb0c3b
configs: verdin-imx8mp: Fix wrong early malloc() heap size

Set, previously unset, CONFIG_SPL_SYS_MALLOC_F_LEN to 0x4000 whose
default value is 0x10000.
Early malloc() uses CRAM_S at 0x184000 (CFG_MALLOC_F_ADDR), this ram
area end at 0x188000.

Fixes: 0461c5f01362 ("board: toradex: add verdin imx8m plus support")
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
configs/verdin-imx8mp_defconfig