All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] imx8mq_phanbell: Remove custom CONFIG_SYS_MALLOC_F_LEN
@ 2022-07-08 17:24 Fabio Estevam
  2022-07-08 17:27 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2022-07-08 17:24 UTC (permalink / raw)
  To: trini; +Cc: sbabic, u-boot, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

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 is 0x2000.

With such default value, the board boots again.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
Hi Tom,

Maybe you could pick this one directly for the 2022.07 release
to fix the boot regression?

Thanks

 configs/imx8mq_phanbell_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/imx8mq_phanbell_defconfig b/configs/imx8mq_phanbell_defconfig
index 095e42e6ba18..1cf58937fe52 100644
--- a/configs/imx8mq_phanbell_defconfig
+++ b/configs/imx8mq_phanbell_defconfig
@@ -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
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] imx8mq_phanbell: Remove custom CONFIG_SYS_MALLOC_F_LEN
  2022-07-08 17:24 [PATCH] imx8mq_phanbell: Remove custom CONFIG_SYS_MALLOC_F_LEN Fabio Estevam
@ 2022-07-08 17:27 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2022-07-08 17:27 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: sbabic, u-boot, Fabio Estevam

[-- Attachment #1: Type: text/plain, Size: 581 bytes --]

On Fri, Jul 08, 2022 at 02:24:52PM -0300, Fabio Estevam wrote:

> From: Fabio Estevam <festevam@denx.de>
> 
> 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 is 0x2000.
> 
> With such default value, the board boots again.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-08 17:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08 17:24 [PATCH] imx8mq_phanbell: Remove custom CONFIG_SYS_MALLOC_F_LEN Fabio Estevam
2022-07-08 17:27 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.