]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: mach-snapdragon: configure a larger default SYS_MALLOC_LEN for fastboot
authorNeil Armstrong <neil.armstrong@linaro.org>
Wed, 16 Oct 2024 09:25:32 +0000 (11:25 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Wed, 20 Nov 2024 16:57:57 +0000 (17:57 +0100)
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 <neil.armstrong@linaro.org>
Tested-by: Caleb Connolly <caleb.connolly@linaro.org> # rb1
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
arch/arm/mach-snapdragon/Kconfig

index 536960b83c3bb253ab6bacf5e4bf7f5f065193ef..2985d9d3ca46df0c360d70558f3b49f51f9aa3f5 100644 (file)
@@ -11,6 +11,9 @@ config SYS_VENDOR
          Based on this option board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD>
          will be used as the custom board directory.
 
+config SYS_MALLOC_LEN
+       default 0x10000000
+
 config SYS_MALLOC_F_LEN
        default 0x2000