All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] mach-snapdragon: increase size of malloc pool
@ 2018-05-28 20:55 Ramon Fried
  2018-05-30  1:58 ` [U-Boot] [U-Boot, " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Ramon Fried @ 2018-05-28 20:55 UTC (permalink / raw)
  To: u-boot

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(+)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [U-Boot, v2] mach-snapdragon: increase size of malloc pool
  2018-05-28 20:55 [U-Boot] [PATCH v2] mach-snapdragon: increase size of malloc pool Ramon Fried
@ 2018-05-30  1:58 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-05-30  1:58 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180529/a9c4ba37/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-30  1:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-28 20:55 [U-Boot] [PATCH v2] mach-snapdragon: increase size of malloc pool Ramon Fried
2018-05-30  1:58 ` [U-Boot] [U-Boot, " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.