Re: [PATCH v2 7/8] mach-snapdragon: bump up heap size

2024-05-28 Thread Ilias Apalodimas
On Mon, 27 May 2024 at 20:18, Caleb Connolly wrote: > > For capsule updates we need more heap space for the DFU buffer. Give > ourselves a whole 8MiB! > > Signed-off-by: Caleb Connolly > --- > arch/arm/mach-snapdragon/Kconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/m

Re: [PATCH v2 7/8] mach-snapdragon: bump up heap size

2024-05-28 Thread Neil Armstrong
On 27/05/2024 19:17, Caleb Connolly wrote: For capsule updates we need more heap space for the DFU buffer. Give ourselves a whole 8MiB! Signed-off-by: Caleb Connolly --- arch/arm/mach-snapdragon/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-snapdragon/Kconfig b

[PATCH v2 7/8] mach-snapdragon: bump up heap size

2024-05-27 Thread Caleb Connolly
For capsule updates we need more heap space for the DFU buffer. Give ourselves a whole 8MiB! Signed-off-by: Caleb Connolly --- arch/arm/mach-snapdragon/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-snapdragon/Kconfig b/arch/arm/mach-snapdragon/Kconfig index 536960b