diff options
| author | Neil Armstrong <[email protected]> | 2024-10-16 11:25:32 +0200 |
|---|---|---|
| committer | Caleb Connolly <[email protected]> | 2024-11-20 17:57:57 +0100 |
| commit | c75a535bd3e853d0a0842f9b180cb611455c433e (patch) | |
| tree | 53cefd9b6f89119211c043bdf24175cfc3df4056 | |
| parent | 1ef0f64a685ecfaf356376e844c98c0ebd0c9e5f (diff) | |
ARM: mach-snapdragon: configure a larger default SYS_MALLOC_LEN for fastboot
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 <[email protected]>
Tested-by: Caleb Connolly <[email protected]> # rb1
Reviewed-by: Caleb Connolly <[email protected]>
| -rw-r--r-- | arch/arm/mach-snapdragon/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-snapdragon/Kconfig b/arch/arm/mach-snapdragon/Kconfig index 536960b83c3..2985d9d3ca4 100644 --- a/arch/arm/mach-snapdragon/Kconfig +++ b/arch/arm/mach-snapdragon/Kconfig @@ -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 |
