[PATCH] imx8mq_phanbell: Remove custom CONFIG_SYS_MALLOC_F_LEN

2022-07-08 Thread Fabio Estevam
From: Fabio Estevam 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 b598957206e5 ("Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ") the default SYS_MALLOC_F_LEN value for i.MX8MQ

Re: [PATCH] imx8mq_phanbell: Remove custom CONFIG_SYS_MALLOC_F_LEN

2022-07-08 Thread Tom Rini
On Fri, Jul 08, 2022 at 02:24:52PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > 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 b598957206e5 ("Kconfig: F