mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-04 10:03:41 +08: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
@ -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…
Reference in New Issue
Block a user