diff options
author | Lukasz Majewski <lukma@denx.de> | 2025-06-25 17:55:51 +0200 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2025-06-29 10:07:41 -0300 |
commit | 2a775b0259a4949c261474e614ec66662971d819 (patch) | |
tree | 517d72aa07f725e1e9e1a8bad8b3c67e64b2d8e6 /lib/efi_loader/helloworld.c | |
parent | ecf8169ef80a8efcfb18584a0a6ccf46fad26aa4 (diff) |
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>
Diffstat (limited to 'lib/efi_loader/helloworld.c')
0 files changed, 0 insertions, 0 deletions