Re: [PATCH] configs: j784s4_evm : Increase Dynamic memory allocation size

2024-07-20 Thread Tom Rini
On Mon, 15 Jul 2024 23:13:01 +0530, Udit Kumar wrote: > Increase malloc size to 32 MB to align with other J7 > family devices. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] configs: j784s4_evm : Increase Dynamic memory allocation size

2024-07-17 Thread Francesco Dolcini
On Wed, Jul 17, 2024 at 09:09:13AM -0500, Nishanth Menon wrote: > On 09:40-20240717, Kumar, Udit wrote: > > On 7/17/2024 1:35 AM, Francesco Dolcini wrote: > > > On Mon, Jul 15, 2024 at 11:13:01PM +0530, Udit Kumar wrote: > > > > Increase malloc size to 32 MB to align with other J7 > > > > family de

Re: [PATCH] configs: j784s4_evm : Increase Dynamic memory allocation size

2024-07-17 Thread Nishanth Menon
On 09:33-20240717, Francesco Dolcini wrote: > Hello, > > On Wed, Jul 17, 2024 at 09:40:11AM +0530, Kumar, Udit wrote: > > On 7/17/2024 1:35 AM, Francesco Dolcini wrote: > > > On Mon, Jul 15, 2024 at 11:13:01PM +0530, Udit Kumar wrote: > > > > Increase malloc size to 32 MB to align with other J7 >

Re: [PATCH] configs: j784s4_evm : Increase Dynamic memory allocation size

2024-07-17 Thread Nishanth Menon
On 09:40-20240717, Kumar, Udit wrote: > Hi Francesco > > On 7/17/2024 1:35 AM, Francesco Dolcini wrote: > > Hello, > > > > On Mon, Jul 15, 2024 at 11:13:01PM +0530, Udit Kumar wrote: > > > Increase malloc size to 32 MB to align with other J7 > > > family devices. > > Is this needed for any specif

Re: [PATCH] configs: j784s4_evm : Increase Dynamic memory allocation size

2024-07-17 Thread Francesco Dolcini
Hello, On Wed, Jul 17, 2024 at 09:40:11AM +0530, Kumar, Udit wrote: > On 7/17/2024 1:35 AM, Francesco Dolcini wrote: > > On Mon, Jul 15, 2024 at 11:13:01PM +0530, Udit Kumar wrote: > > > Increase malloc size to 32 MB to align with other J7 > > > family devices. > > Is this needed for any specific

Re: [PATCH] configs: j784s4_evm : Increase Dynamic memory allocation size

2024-07-16 Thread Kumar, Udit
Hi Francesco On 7/17/2024 1:35 AM, Francesco Dolcini wrote: Hello, On Mon, Jul 15, 2024 at 11:13:01PM +0530, Udit Kumar wrote: Increase malloc size to 32 MB to align with other J7 family devices. Is this needed for any specific reason? I am asking to understand if other boards using the same

Re: [PATCH] configs: j784s4_evm : Increase Dynamic memory allocation size

2024-07-16 Thread Francesco Dolcini
Hello, On Mon, Jul 15, 2024 at 11:13:01PM +0530, Udit Kumar wrote: > Increase malloc size to 32 MB to align with other J7 > family devices. Is this needed for any specific reason? I am asking to understand if other boards using the same SOC should be updated to prevent $random_issue. Francesco

[PATCH] configs: j784s4_evm : Increase Dynamic memory allocation size

2024-07-15 Thread Udit Kumar
Increase malloc size to 32 MB to align with other J7 family devices. Signed-off-by: Udit Kumar --- configs/j784s4_evm_a72_defconfig | 1 + configs/j784s4_evm_r5_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/j784s4_evm_a72_defconfig b/configs/j784s4_evm_a72_defconfig in