Re: [PATCH] ARM: mach-snapdragon: configure a larger default SYS_MALLOC_LEN for fastboot

2024-11-14 Thread Caleb Connolly
On Wed, 16 Oct 2024 11:25:32 +0200, Neil Armstrong wrote: > Fastboot is very hungry when it flashes larges chunks, and 8MiB > is way too small, allocate a much bigger size like other platforms > using Fastboot. > > Applied, thanks! [1/1] ARM: mach-snapdragon: configure a larger default SYS_MA

Re: [PATCH] ARM: mach-snapdragon: configure a larger default SYS_MALLOC_LEN for fastboot

2024-10-17 Thread Caleb Connolly
On 16/10/2024 11:25, Neil Armstrong wrote: Fastboot is very hungry when it flashes larges chunks, and 8MiB is way too small, allocate a much bigger size like other platforms using Fastboot. Signed-off-by: Neil Armstrong Confirmed on RB1 (1GiB total RAM) that this doesn't cause any issues.

[PATCH] ARM: mach-snapdragon: configure a larger default SYS_MALLOC_LEN for fastboot

2024-10-16 Thread Neil Armstrong
Fastboot is very hungry when it flashes larges chunks, and 8MiB is way too small, allocate a much bigger size like other platforms using Fastboot. Signed-off-by: Neil Armstrong --- arch/arm/mach-snapdragon/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-snapdragon/Kc