Re: [PATCH] Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ

2022-07-06 Thread Peng Fan
On 7/6/2022 5:01 PM, Heiko Thiery wrote: Hi Peng Am Di., 5. Juli 2022 um 18:04 Uhr schrieb Tom Rini : On Tue, Jul 05, 2022 at 05:20:46PM +0200, Heiko Thiery wrote: Hi Tom, Am Di., 5. Juli 2022 um 15:35 Uhr schrieb Tom Rini : On Tue, Jul 05, 2022 at 12:19:54PM +0200, Heiko Thiery wrote:

Re: [PATCH] Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ

2022-07-06 Thread Heiko Thiery
Hi Peng Am Di., 5. Juli 2022 um 18:04 Uhr schrieb Tom Rini : > > On Tue, Jul 05, 2022 at 05:20:46PM +0200, Heiko Thiery wrote: > > Hi Tom, > > > > Am Di., 5. Juli 2022 um 15:35 Uhr schrieb Tom Rini : > > > > > > On Tue, Jul 05, 2022 at 12:19:54PM +0200, Heiko Thiery wrote: > > > > Hi all, > > > >

Re: [PATCH] Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ

2022-07-05 Thread Tom Rini
On Tue, Jul 05, 2022 at 05:20:46PM +0200, Heiko Thiery wrote: > Hi Tom, > > Am Di., 5. Juli 2022 um 15:35 Uhr schrieb Tom Rini : > > > > On Tue, Jul 05, 2022 at 12:19:54PM +0200, Heiko Thiery wrote: > > > Hi all, > > > > > > Am Mo., 11. Apr. 2022 um 14:29 Uhr schrieb Tom Rini : > > > > > > > > On

Re: [PATCH] Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ

2022-07-05 Thread Heiko Thiery
Hi Tom, Am Di., 5. Juli 2022 um 15:35 Uhr schrieb Tom Rini : > > On Tue, Jul 05, 2022 at 12:19:54PM +0200, Heiko Thiery wrote: > > Hi all, > > > > Am Mo., 11. Apr. 2022 um 14:29 Uhr schrieb Tom Rini : > > > > > > On Mon, Apr 11, 2022 at 05:07:04PM +0800, Peng Fan (OSS) wrote: > > > > > > > From: P

Re: [PATCH] Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ

2022-07-05 Thread Tom Rini
On Tue, Jul 05, 2022 at 12:19:54PM +0200, Heiko Thiery wrote: > Hi all, > > Am Mo., 11. Apr. 2022 um 14:29 Uhr schrieb Tom Rini : > > > > On Mon, Apr 11, 2022 at 05:07:04PM +0800, Peng Fan (OSS) wrote: > > > > > From: Peng Fan > > > > > > i.MX8MQ use SYS_MALLOC_F_LEN 0x2000, not 0x1. The OCRA

Re: [PATCH] Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ

2022-07-05 Thread Heiko Thiery
Hi all, Am Mo., 11. Apr. 2022 um 14:29 Uhr schrieb Tom Rini : > > On Mon, Apr 11, 2022 at 05:07:04PM +0800, Peng Fan (OSS) wrote: > > > From: Peng Fan > > > > i.MX8MQ use SYS_MALLOC_F_LEN 0x2000, not 0x1. The OCRAM_S only has > > 32KB memory, use 0x1 will make SPL not bootable. > > > > Si

Re: [PATCH] Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ

2022-04-11 Thread Tom Rini
On Mon, Apr 11, 2022 at 05:07:04PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > i.MX8MQ use SYS_MALLOC_F_LEN 0x2000, not 0x1. The OCRAM_S only has > 32KB memory, use 0x1 will make SPL not bootable. > > Signed-off-by: Peng Fan > Reviewed-by: Michael Trimarchi > Reviewed-by: Fabio

Re: [PATCH] Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ

2022-04-11 Thread Fabio Estevam
Hi Peng, On 11/04/2022 06:07, Peng Fan (OSS) wrote: From: Peng Fan i.MX8MQ use SYS_MALLOC_F_LEN 0x2000, not 0x1. The OCRAM_S only has 32KB memory, use 0x1 will make SPL not bootable. Signed-off-by: Peng Fan --- Kconfig | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) dif

Re: [PATCH] Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ

2022-04-11 Thread Michael Nazzareno Trimarchi
Hi On Mon, Apr 11, 2022 at 10:26 AM Peng Fan (OSS) wrote: > > From: Peng Fan > > i.MX8MQ use SYS_MALLOC_F_LEN 0x2000, not 0x1. The OCRAM_S only has > 32KB memory, use 0x1 will make SPL not bootable. > > Signed-off-by: Peng Fan > --- > Kconfig | 6 -- > 1 file changed, 4 insertions(

[PATCH] Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ

2022-04-11 Thread Peng Fan (OSS)
From: Peng Fan i.MX8MQ use SYS_MALLOC_F_LEN 0x2000, not 0x1. The OCRAM_S only has 32KB memory, use 0x1 will make SPL not bootable. Signed-off-by: Peng Fan --- Kconfig | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Kconfig b/Kconfig index 6b1ddfc549e..3e95ec9d