diff mbox series

[U-Boot,v2] mach-snapdragon: increase size of malloc pool

Message ID 20180528205549.27912-1-ramon.fried@gmail.com
State Accepted
Commit f035526624dcb4b6bd36314162013eb820fdd86b
Delegated to: Tom Rini
Headers show
Series [U-Boot,v2] mach-snapdragon: increase size of malloc pool | expand

Commit Message

Ramon Fried May 28, 2018, 8:55 p.m. UTC
Pool size must be increased to support new additionals
drivers.

Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
---
v2: increase pool size to 0x200 as suggested by Tom.
 arch/arm/mach-snapdragon/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Tom Rini May 30, 2018, 1:58 a.m. UTC | #1
On Mon, May 28, 2018 at 11:55:49PM +0300, Ramon Fried wrote:

> Pool size must be increased to support new additionals
> drivers.
> 
> Signed-off-by: Ramon Fried <ramon.fried@gmail.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/mach-snapdragon/Kconfig b/arch/arm/mach-snapdragon/Kconfig
index 2588635730..57d3fcd55a 100644
--- 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"