mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 00:17:23 +00:00
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:
parent
e9a1b65293
commit
f035526624
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@ if ARCH_SNAPDRAGON
|
||||||
config SYS_SOC
|
config SYS_SOC
|
||||||
default "snapdragon"
|
default "snapdragon"
|
||||||
|
|
||||||
|
config SYS_MALLOC_F_LEN
|
||||||
|
default 0x2000
|
||||||
|
|
||||||
|
config SPL_SYS_MALLOC_F_LEN
|
||||||
|
default 0x2000
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Snapdragon board select"
|
prompt "Snapdragon board select"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue