config: nxp: vf610: Remove CONFIG_SYS_MALLOC_F_LEN
authorLukasz Majewski <lukma@denx.de>
Wed, 25 Jun 2025 15:55:51 +0000 (17:55 +0200)
committerFabio Estevam <festevam@gmail.com>
Sun, 29 Jun 2025 13:07:41 +0000 (10:07 -0300)
commit2a775b0259a4949c261474e614ec66662971d819
tree517d72aa07f725e1e9e1a8bad8b3c67e64b2d8e6
parentecf8169ef80a8efcfb18584a0a6ccf46fad26aa4
config: nxp: vf610: Remove CONFIG_SYS_MALLOC_F_LEN

The commit c69103218ee4 ("i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag")
has enabled by default the i2c initialization in the pre-relocation
phase.
It turned out that vf610 based boards had too small SYS_MALLOC_F_LEN
pool size.

As a solution the explicit value of CONFIG_SYS_MALLOC_F_LEN for all
vf610 based boards has been removed from their configs.

Instead, the default value of 0x2000 is now used, which causes boards
to work correctly again. This approach has been tested on BK4 device.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
configs/bk4r1_defconfig
configs/pcm052_defconfig
configs/vf610twr_defconfig
configs/vf610twr_nand_defconfig