projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9a1b65
)
mach-snapdragon: increase size of malloc pool
author
Ramon Fried
<ramon.fried@gmail.com>
Mon, 28 May 2018 20:55:49 +0000
(23:55 +0300)
committer
Tom Rini
<trini@konsulko.com>
Tue, 29 May 2018 15:01:37 +0000
(11:01 -0400)
Pool size must be increased to support new additionals
drivers.
Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
arch/arm/mach-snapdragon/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-snapdragon/Kconfig
b/arch/arm/mach-snapdragon/Kconfig
index
d55dc1a
..
bfd99db
100644
(file)
--- a/
arch/arm/mach-snapdragon/Kconfig
+++ b/
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"