]> git.baikalelectronics.ru Git - uboot.git/commitdiff
imx8mq_phanbell: Remove custom CONFIG_SYS_MALLOC_F_LEN
authorFabio Estevam <festevam@denx.de>
Fri, 8 Jul 2022 17:24:52 +0000 (14:24 -0300)
committerTom Rini <trini@konsulko.com>
Fri, 8 Jul 2022 17:27:23 +0000 (13:27 -0400)
Currently, the imx8mq_phanbell board fails to boot.

Remove the custom CONFIG_SYS_MALLOC_F_LEN setting in favor of the
generic one done via the main Kconfig.

Since commit 28c0b1dc3558 ("Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ")
the default SYS_MALLOC_F_LEN value for i.MX8MQ is 0x2000.

With such default value, the board boots again.

Signed-off-by: Fabio Estevam <festevam@denx.de>
configs/imx8mq_phanbell_defconfig

index 095e42e6ba183e557e39e021b56fee40837f988a..1cf58937fe52afdd5740359a0fb0d149c298337c 100644 (file)
@@ -2,7 +2,6 @@ CONFIG_ARM=y
 CONFIG_ARCH_IMX8M=y
 CONFIG_SYS_TEXT_BASE=0x40200000
 CONFIG_SYS_MALLOC_LEN=0x600000
-CONFIG_SYS_MALLOC_F_LEN=0x4000
 CONFIG_SPL_GPIO=y
 CONFIG_SPL_LIBCOMMON_SUPPORT=y
 CONFIG_SPL_LIBGENERIC_SUPPORT=y