Skip to content

Commit

Permalink
imx8mq_phanbell: Remove custom CONFIG_SYS_MALLOC_F_LEN
Browse files Browse the repository at this point in the history
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 b598957 ("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 <[email protected]>
  • Loading branch information
Fabio Estevam authored and trini committed Jul 8, 2022
1 parent 2d2c61f commit c519b82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configs/imx8mq_phanbell_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c519b82

Please sign in to comment.