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>
This commit is contained in:
Ramon Fried 2018-05-28 23:55:49 +03:00 committed by Tom Rini
parent e9a1b65293
commit f035526624

View file

@ -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"