]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commiteb1229502f86f23230dbc1644688102b437a9c8e
tree176efe60a45f3e4ff283f8acf7ab1b76805f771d
parentf72b0c4f392989df09c798f397a6060d1a353ed2
imx8mq_phanbell: Remove custom CONFIG_SYS_MALLOC_F_LEN

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