mach-snapdragon: increase size of malloc pool

Pool size must be increased to support new additionals
drivers.

Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
lime2-spi
Ramon Fried 7 years ago committed by Tom Rini
parent e9a1b65293
commit f035526624
  1. 6
      arch/arm/mach-snapdragon/Kconfig

@ -3,6 +3,12 @@ if ARCH_SNAPDRAGON
config SYS_SOC
default "snapdragon"
config SYS_MALLOC_F_LEN
default 0x2000
config SPL_SYS_MALLOC_F_LEN
default 0x2000
choice
prompt "Snapdragon board select"

Loading…
Cancel
Save